diff libpurple/account.c @ 27347:4fd6b50d03b3

merge of '91a5d80aa52d8c1ca101bfaa0dfc3f7a2feb99ec' and 'ee2ad24a7d051b291259bd2fc8ce8e57f24c0cbb'
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 04 Jul 2009 17:36:07 +0000
parents b98d066df628 627d23bfdb05
children 1ae69ca12971
line wrap: on
line diff
--- a/libpurple/account.c	Sun Jun 28 15:49:35 2009 +0000
+++ b/libpurple/account.c	Sat Jul 04 17:36:07 2009 +0000
@@ -2663,7 +2663,7 @@
 	/* If we're not connected to the Internet right now, we bail on this */
 	if (!purple_network_is_available())
 	{
-		purple_debug_info("account", "Network not connected; skipping reconnect\n");
+		purple_debug_warning("account", "Network not connected; skipping reconnect\n");
 		return;
 	}