1
2
3
4
5
6
7
8
9
10
11
|
--- libgswitchit/gswitchit_util.c.orig Tue Nov 30 17:47:29 2004
+++ libgswitchit/gswitchit_util.c Tue Nov 30 17:47:52 2004
@@ -60,7 +60,7 @@
int level, const char format[], va_list args)
{
time_t now = time (NULL);
- g_log (NULL, G_LOG_LEVEL_DEBUG, "[%08ld,%03d,%s:%s/] \t", now,
+ g_log (NULL, G_LOG_LEVEL_DEBUG, "[%08ld,%03d,%s:%s/] \t", (long) now,
level, file, function);
g_logv (NULL, G_LOG_LEVEL_DEBUG, format, args);
}
|