changeset 10096:2923a6c59192

[gaim-migrate @ 11118] Evan Schoenberg caught this. My bad. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 14 Oct 2004 03:25:40 +0000
parents b28f9be379b3
children 158950e7996d
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Wed Oct 13 23:06:14 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Thu Oct 14 03:25:40 2004 +0000
@@ -385,7 +385,7 @@
 
 	} else if (strcmp(encoding, "us-ascii") && strcmp(encoding, "utf-8")) {
 		gaim_debug_warning("oscar", "Unrecognized character encoding \"%s\", "
-						   "attempting to convert to UTF-8 anyway\n");
+						   "attempting to convert to UTF-8 anyway\n", encoding);
 		utf8 = g_convert(text, textlen, "UTF-8", encoding, NULL, NULL, NULL);
 	}