Sun, 14 Dec 2003 18:33:00 +0000
[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)
| src/protocols/oscar/oscar.c | file | annotate | diff | comparison | revisions |
--- 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);