summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-07-14 09:51:19 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-07-14 09:51:19 +0200
commit0e96a7165de21a1e14d106224ab41d58a1b65db1 (patch)
tree7f05ca561f16a3df65be1b7587ca528fc5e2f47a /bin
parent7cc60cd4f505634fd1d4cdb052ceb1769be4e3a0 (diff)
save database version, just to be safe
Diffstat (limited to 'bin')
-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;