[Phonehome-commits] r117 - trunk/client/src
pamadio at garage.maemo.org
pamadio at garage.maemo.org
Sun Oct 26 10:49:52 EET 2008
Author: pamadio
Date: 2008-10-26 10:49:51 +0200 (Sun, 26 Oct 2008)
New Revision: 117
Modified:
trunk/client/src/dsk_mgr.c
Log:
wrong copy paste
Modified: trunk/client/src/dsk_mgr.c
===================================================================
--- trunk/client/src/dsk_mgr.c 2008-10-26 08:44:58 UTC (rev 116)
+++ trunk/client/src/dsk_mgr.c 2008-10-26 08:49:51 UTC (rev 117)
@@ -649,7 +649,7 @@
if(strcmp(entry->key,"/apps/osso/phonehome/log_debug")==0 && entry->value!=NULL){
if(entry->value->type == GCONF_VALUE_BOOL){
- debug_snt=g_strdup_printf("Changing server with %i\n", gconf_value_get_bool(entry->value));
+ debug_snt=g_strdup_printf("Changing log_debug with %i\n", gconf_value_get_bool(entry->value));
log_debug(debug_snt);
g_free(debug_snt);
g_free(xmlrpc_server);
More information about the Phonehome-commits
mailing list