summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_dbus_service.c
diff options
context:
space:
mode:
authorihuerner <ihuerner@b9707d8c-442e-47db-affb-152dabb2260b>2012-08-23 08:19:16 +0000
committerihuerner <ihuerner@b9707d8c-442e-47db-affb-152dabb2260b>2012-08-23 08:19:16 +0000
commitf27098df091819c7eb467607b0ceeb1739a0add4 (patch)
tree530a67dc65d76f681012ebf29532e51618c74b33 /src/persistence_client_library_dbus_service.c
parent715e5666dcb9fe8a0e7ac351658d4c359fdb9354 (diff)
downloadpersistence-client-library-f27098df091819c7eb467607b0ceeb1739a0add4.tar.gz
Updated test resource config table batabases; implemented loading of custom libraries; implemented correct handling of resource config table databases; moved some helper function to new file persistence_client_library_access_helper.c (rev. 1313)
Diffstat (limited to 'src/persistence_client_library_dbus_service.c')
-rw-r--r--src/persistence_client_library_dbus_service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/persistence_client_library_dbus_service.c b/src/persistence_client_library_dbus_service.c
index ff1b03e..dc10017 100644
--- a/src/persistence_client_library_dbus_service.c
+++ b/src/persistence_client_library_dbus_service.c
@@ -330,14 +330,14 @@ int mainLoop(DBusObjectPathVTable vtable, DBusObjectPathVTable vtable2,
if(DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER
!= dbus_bus_request_name(conn, "org.genivi.persistence.adminconsumer", DBUS_NAME_FLAG_DO_NOT_QUEUE, &err))
{
- printf("*** Cannot acquire name '%s' (%s). Bailing out!\n", "org.genivi.persistence.admin", err.message);
+ printf("*** Cannot acquire name '%s' (%s). Bailing out!\n", "org.genivi.persistence.admin\n", err.message);
dbus_error_free(&err);
bContinue = FALSE;
}
if(DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER
!= dbus_bus_request_name(conn, "com.contiautomotive.NodeStateManager.LifecycleConsumer", DBUS_NAME_FLAG_DO_NOT_QUEUE, &err))
{
- printf("*** Cannot acquire name '%s' (%s). Bailing out!\n", "com.contiautomotive.NodeStateManager.LifecycleConsumer", err.message);
+ printf("*** Cannot acquire name '%s' (%s). Bailing out!\n", "com.contiautomotive.NodeStateManager.LifecycleConsumer\n", err.message);
dbus_error_free(&err);
bContinue = FALSE;
}