summaryrefslogtreecommitdiff
path: root/bin/hashl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hashl')
-rwxr-xr-xbin/hashl3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/hashl b/bin/hashl
index 5d1f522..1d53691 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -127,9 +127,10 @@ sub db_find_known {
}
sub db_info {
+ printf( "Database created by hashl v%s\n", $hashl->db_version, );
printf(
"Read size: %d bytes (%s)\n",
- $hashl->read_size(), $hashl->si_size( $hashl->read_size ),
+ $hashl->read_size, $hashl->si_size( $hashl->read_size ),
);
return;