Forgotten %llu fix for PPC.

This commit is contained in:
Andreas Schneider 2008-06-27 18:25:34 +02:00
parent 076c7fb819
commit 0a4d1e41e1

View file

@ -81,7 +81,7 @@ static int _csync_detect_update(CSYNC *ctx, const char *file, const csync_vio_fi
if (st == NULL) {
return -1;
}
CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "file: %s - hash %lu, st size: %d",
CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "file: %s - hash %llu, st size: %d",
path, h, size);
/* check hardlink count */