aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmtool.c')
-rw-r--r--src/gdbmtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmtool.c b/src/gdbmtool.c
index 6d56578..d0b2694 100644
--- a/src/gdbmtool.c
+++ b/src/gdbmtool.c
@@ -919,7 +919,7 @@ list_handler (struct handler_param *param)
919 data = gdbm_fetch (gdbm_file, key); 919 data = gdbm_fetch (gdbm_file, key);
920 if (!data.dptr) 920 if (!data.dptr)
921 { 921 {
922 terror (_("cannot fetch data; the key was:")); 922 terror (_("%s; the key was:"), gdbm_db_strerror (gdbm_file));
923 datum_format (stderr, &key, dsdef[DS_KEY]); 923 datum_format (stderr, &key, dsdef[DS_KEY]);
924 } 924 }
925 else 925 else

Return to:

Send suggestions and report system problems to the System administrator.