[gnote] Fix compilation error with --enable-debug
- From: Aurimas Äernius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix compilation error with --enable-debug
- Date: Tue, 30 Aug 2011 20:02:36 +0000 (UTC)
commit d96fe31591318fef14d664bbf9fe1cdd0b1272ab
Author: Aurimas Äernius <aurisc4 gmail com>
Date: Tue Aug 30 22:33:55 2011 +0300
Fix compilation error with --enable-debug
src/remotecontrolproxy.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/remotecontrolproxy.cpp b/src/remotecontrolproxy.cpp
index b2c8219..ed68c7b 100644
--- a/src/remotecontrolproxy.cpp
+++ b/src/remotecontrolproxy.cpp
@@ -92,7 +92,7 @@ void RemoteControlProxy::on_name_acquired(const Glib::RefPtr<Gio::DBus::Connecti
}
}
catch(Glib::Exception & e) {
- DBG_OUT("Failed to acquire name: " + e.what());
+ DBG_OUT(("Failed to acquire name: " + e.what()).c_str());
}
s_on_name_acquire_finish(false, false);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]