timezone: Fix broken debug statement
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 20 Apr 2011 15:36:54 +0000 (08:36 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 20 Apr 2011 15:36:54 +0000 (08:36 -0700)
src/timezone.c

index e27558f..717270b 100644 (file)
@@ -305,7 +305,7 @@ static gboolean inotify_data(GIOChannel *channel, GIOCondition cond,
                return FALSE;
        }
 
-       DBG("bytes read %ld", bytes_read);
+       DBG("bytes read %zd", bytes_read);
 
        while (bytes_read > 0) {
                struct inotify_event *event = ptr;