diff libgaim/account.c @ 14705:05c34aabdcc3

[gaim-migrate @ 17458] I think we should let people know why we're not connecting... If someone can think of better (shorter) wording, feel free to change it committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 11 Oct 2006 03:13:33 +0000
parents 34083fe39891
children c3a7d40d64bb
line wrap: on
line diff
--- a/libgaim/account.c	Tue Oct 10 17:58:40 2006 +0000
+++ b/libgaim/account.c	Wed Oct 11 03:13:33 2006 +0000
@@ -2246,7 +2246,7 @@
 	/* If we're not connected to the Internet right now, we bail on this */
 	if (!gaim_network_is_available())
 	{
-		fprintf(stderr, "Network not connected; skipping reconnect\n");
+		gaim_debug_info("account", "Network not connected; skipping reconnect\n");
 		return;
 	}