The debug message for purple_prefs_set_path when the pref in question is not

Sat, 15 Dec 2007 18:23:04 +0000

author
Will Thompson <resiak@pidgin.im>
date
Sat, 15 Dec 2007 18:23:04 +0000
changeset 21945
334efc71332a
parent 21944
c41d17a1b8d9
child 21946
f444fc9e2d18
child 21947
3b04dd98ba04

The debug message for purple_prefs_set_path when the pref in question is not
type="path" was wrong.

libpurple/prefs.c file | annotate | diff | comparison | revisions
--- a/libpurple/prefs.c	Fri Dec 14 21:44:34 2007 +0000
+++ b/libpurple/prefs.c	Sat Dec 15 18:23:04 2007 +0000
@@ -914,7 +914,7 @@
 	if(pref) {
 		if(pref->type != PURPLE_PREF_PATH) {
 			purple_debug_error("prefs",
-					"purple_prefs_set_path: %s not a string pref\n", name);
+					"purple_prefs_set_path: %s not a path pref\n", name);
 			return;
 		}
 

mercurial