libpurple/prefs.c

changeset 16573
84b52865b51a
parent 16481
ba8653070600
child 16609
aad32c451346
equal deleted inserted replaced
16563:9a5d1a5080dd 16573:84b52865b51a
1118 } 1118 }
1119 } 1119 }
1120 if(newchild == NULL) { 1120 if(newchild == NULL) {
1121 /* no rename happened, we weren't able to find the new pref */ 1121 /* no rename happened, we weren't able to find the new pref */
1122 char *tmpname = pref_full_name(child); 1122 char *tmpname = pref_full_name(child);
1123 purple_debug_error("prefs", "Unable to find rename pref for %s", tmpname); 1123 purple_debug_error("prefs", "Unable to find rename pref for %s\n", tmpname);
1124 g_free(tmpname); 1124 g_free(tmpname);
1125 } 1125 }
1126 } 1126 }
1127 1127
1128 oldname = pref_full_name(oldpref); 1128 oldname = pref_full_name(oldpref);

mercurial