summaryrefslogtreecommitdiff
path: root/src/timezone.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-04-20 08:36:54 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-04-20 08:36:54 -0700
commitebfaaf23882ebf0f113a079e7650b5cd917a0028 (patch)
treeeade3bfc1de70e601b8d92c2c5aaf9c2480f7e10 /src/timezone.c
parentea009014f74dab5df10da70bd3ed41f4ae5c7ef2 (diff)
downloadconnman-ebfaaf23882ebf0f113a079e7650b5cd917a0028.tar.gz
connman-ebfaaf23882ebf0f113a079e7650b5cd917a0028.tar.bz2
connman-ebfaaf23882ebf0f113a079e7650b5cd917a0028.zip
timezone: Fix broken debug statement
Diffstat (limited to 'src/timezone.c')
-rw-r--r--src/timezone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timezone.c b/src/timezone.c
index e27558fa..717270b4 100644
--- a/src/timezone.c
+++ b/src/timezone.c
@@ -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;