commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 02/10: libdiskfs: Improve error message.


From: Samuel Thibault
Subject: [hurd] 02/10: libdiskfs: Improve error message.
Date: Sun, 19 Nov 2017 15:27:17 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 21c123402ef4fec7b9ca8e31017f1a003305e9a1
Author: Justus Winter <address@hidden>
Date:   Mon Sep 25 13:04:57 2017 +0200

    libdiskfs: Improve error message.
    
    * libdiskfs/init-main.c (diskfs_init_main): Use name of the function
    that failed as error message.
---
 libdiskfs/init-main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libdiskfs/init-main.c b/libdiskfs/init-main.c
index 5c29b7b..69c30fd 100644
--- a/libdiskfs/init-main.c
+++ b/libdiskfs/init-main.c
@@ -61,7 +61,7 @@ diskfs_init_main (struct argp *startup_argp,
   /* Initialize the diskfs library.  Must come before any other diskfs call. */
   err = diskfs_init_diskfs ();
   if (err)
-    error (4, err, "init");
+    error (4, err, "diskfs_init_diskfs");
 
   err = store_parsed_open (*store_parsed, diskfs_readonly ? STORE_READONLY : 0,
                           &store);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]