From 322aeccbe9065863246078da3a945e8f9983d2c5 Mon Sep 17 00:00:00 2001 From: Paul Nettle Date: Fri, 1 Sep 2017 13:23:34 -0500 Subject: Cleaned up the logging a bit, improved server termination status returned from ggkWait. --- src/DBusMethod.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/DBusMethod.h') diff --git a/src/DBusMethod.h b/src/DBusMethod.h index 89bc7e3..e63b84b 100644 --- a/src/DBusMethod.h +++ b/src/DBusMethod.h @@ -46,6 +46,8 @@ #include "DBusObjectPath.h" #include "Logger.h" +namespace ggk { + struct DBusInterface; struct DBusMethod @@ -102,7 +104,7 @@ struct DBusMethod return; } - Logger::info(SSTR << "Calling method: [" << path << "]:[" << interfaceName << "]:[" << methodName << "]"); + Logger::trace(SSTR << "Calling method: [" << path << "]:[" << interfaceName << "]:[" << methodName << "]"); callback(*static_cast(pOwner), pConnection, methodName, pParameters, pInvocation, pUserData); } @@ -116,3 +118,5 @@ private: std::string outArgs; Callback callback; }; + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3