Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
14704:c1a308cc63f7 | 14705:05c34aabdcc3 |
---|---|
2244 GaimAccount *account; | 2244 GaimAccount *account; |
2245 | 2245 |
2246 /* If we're not connected to the Internet right now, we bail on this */ | 2246 /* If we're not connected to the Internet right now, we bail on this */ |
2247 if (!gaim_network_is_available()) | 2247 if (!gaim_network_is_available()) |
2248 { | 2248 { |
2249 fprintf(stderr, "Network not connected; skipping reconnect\n"); | 2249 gaim_debug_info("account", "Network not connected; skipping reconnect\n"); |
2250 return; | 2250 return; |
2251 } | 2251 } |
2252 | 2252 |
2253 for (l = gaim_accounts_get_all(); l != NULL; l = l->next) | 2253 for (l = gaim_accounts_get_all(); l != NULL; l = l->next) |
2254 { | 2254 { |