fixed format-string error
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 3 Nov 2003 23:10:26 +0000 (23:10 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 3 Nov 2003 23:10:26 +0000 (23:10 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@357 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/vutil.cc

index 94957a3..b41c3f2 100644 (file)
@@ -92,7 +92,7 @@ int setext2flag (const char *fname, bool set, int ext2flags)
                        ret = ioctl (fd,EXT2_IOC_SETFLAGS,&flags);
                        close (fd);
                        if (ret == -1){
-                               fprintf (stderr,"Can't %s immutable flag on file %s (^s)\n"
+                               fprintf (stderr,"Can't %s immutable flag on file %s (%s)\n"
                                        ,(set ? "set" : "unset")
                                        ,fname
                                        ,strerror(errno));