X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fclient.c;fp=daemon%2Fclient.c;h=f1731213aeca2545855579c48be90c75b8065911;hb=6c21fc1d9e0619908e0b02006309ef59a8498cb3;hp=9f3eac0b2120690959047bd56a8ae12d18058679;hpb=24220575a31ee174497fb93869c1a1ce4eb4b74a;p=doldaconnect.git diff --git a/daemon/client.c b/daemon/client.c index 9f3eac0..f173121 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: %o", sb.st_mode); + flog(LOG_WARNING, "unhandled file type: 0%o", sb.st_mode); free(wcs); continue; }