X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fclient.c;h=9f3eac0b2120690959047bd56a8ae12d18058679;hb=24220575a31ee174497fb93869c1a1ce4eb4b74a;hp=4a647e84f78cdb5eb14176e348df47c47464f83b;hpb=e838f46bcb0a8631b13e376b020d520ba20f5c94;p=doldaconnect.git diff --git a/daemon/client.c b/daemon/client.c index 4a647e8..9f3eac0 100644 --- a/daemon/client.c +++ b/daemon/client.c @@ -932,7 +932,7 @@ int doscan(int quantum) } type = FILE_REG; } else { - flog(LOG_WARNING, "unhandled file type: %i", sb.st_mode); + flog(LOG_WARNING, "unhandled file type: %o", sb.st_mode); free(wcs); continue; }