summaryrefslogtreecommitdiff
path: root/test/backupstore
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-13 22:12:10 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-13 22:12:10 +0000
commit8ed4e9a01572be8b1ded63a253b142b32deb041a (patch)
tree7d147a78efdeda4c27ae02f9525ea003fec730fc /test/backupstore
parentc704d62dc6eb4e66af3e43be0e31abab36e96b44 (diff)
Compile fix.
Diffstat (limited to 'test/backupstore')
-rw-r--r--test/backupstore/testbackupstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/backupstore/testbackupstore.cpp b/test/backupstore/testbackupstore.cpp
index adc9245a..91e75150 100644
--- a/test/backupstore/testbackupstore.cpp
+++ b/test/backupstore/testbackupstore.cpp
@@ -1191,7 +1191,7 @@ bool check_num_blocks(BackupProtocolCallable& Client, int Current, int Old,
Dirs == usage->GetBlocksInDirectories());
}
-bool check_account(Log::Level log_level = Log::WARNING)
+bool check_account(Log::Level log_level)
{
int errors_fixed;