From 24220575a31ee174497fb93869c1a1ce4eb4b74a Mon Sep 17 00:00:00 2001 From: fredrik Date: Sat, 3 Jun 2006 20:06:12 +0000 Subject: [PATCH] Print unhandled modes in octal. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@639 959494ce-11ee-0310-bf91-de5d638817bd --- daemon/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0