changeset 7871:e4ada6d46b75

[gaim-migrate @ 8525] this didn't give me any clues...maybe it will give someone else clues (we should probably take this out before we release) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 14 Dec 2003 18:33:00 +0000
parents 30ee5c52b8dc
children 0f7d0648393a
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Sun Dec 14 17:31:58 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Sun Dec 14 18:33:00 2003 +0000
@@ -5459,6 +5459,14 @@
 		if (userinfo != NULL) {
 			char *tstr = gaim_str_seconds_to_string(time(NULL) - userinfo->onlinesince +
 				(gc->login_time_official ? gc->login_time_official - gc->login_time : 0));
+			/* maybe this will help us figure out the rediculous online times */
+			gaim_debug_info("oscar", "time(NULL): %u\n"
+					"user->onlinesince: %u\n"
+					"gc->login_time_official: %u\n"
+					"gc->login_time: %u\n",
+					time(NULL), userinfo->onlinesince, gc->login_time_official,
+					gc->login_time);
+
 			tmp = ret;
 			ret = g_strconcat(tmp, _("<b>Logged In:</b> "), tstr, "\n", NULL);
 			g_free(tmp);