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