From: fredrik Date: Sat, 3 Jun 2006 20:06:12 +0000 (+0000) Subject: Print unhandled modes in octal. X-Git-Tag: 0.1~17 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=24220575a31ee174497fb93869c1a1ce4eb4b74a Print unhandled modes in octal. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@639 959494ce-11ee-0310-bf91-de5d638817bd --- 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; }