summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/metastore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metastore.c b/src/metastore.c
index 6f92f8c..ada41c4 100644
--- a/src/metastore.c
+++ b/src/metastore.c
@@ -399,7 +399,7 @@ fixup_newemptydirs(void)
static void
version(void)
{
- msg(MSG_QUIET, "metastore %s\n", METASTORE_VER);
+ printf("metastore %s\n", METASTORE_VER);
exit(EXIT_SUCCESS);
}