]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/libc_backends/lib/mount/mount.cc
update
[l4.git] / l4 / pkg / libc_backends / lib / mount / mount.cc
index 8d933619a9b29a89e096f8e9a0add4654e6ef62b..052a48bad161f19b6a4df9d4867d7f4e0924431e 100644 (file)
@@ -138,7 +138,7 @@ static void libmount_init()
   if (fd < 0)
     {
       if (verbose)
-        printf("libmount: Could not open '%s': %d.\n", fstab_path, -errno);
+        printf("libmount: Could not open '%s': %s.\n", fstab_path, strerror(errno));
       return;
     }