libpurple/account.c

changeset 27497
2dc5a0e0c4c2
parent 27116
19dff7b3ed0f
child 27562
2e34a10e7135
child 27603
3d1ab4e5f6c3
--- a/libpurple/account.c	Thu Jul 02 01:33:11 2009 +0000
+++ b/libpurple/account.c	Thu Jul 02 04:26:00 2009 +0000
@@ -2660,7 +2660,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;
 	}
 

mercurial