summaryrefslogtreecommitdiffstats
path: root/ctdb/tests
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-02-04 20:07:15 +1100
committerAndrew Tridgell <tridge@samba.org>2008-02-04 20:07:15 +1100
commitf6e53f433bf8e184ffc281f14c4eacda1ffc935c (patch)
tree577c389c61b4a0d7b51fbf0a0294cbd84bc79f48 /ctdb/tests
parent9d6ac0cf559535e8ac7082125692afd287b353e5 (diff)
downloadsamba-f6e53f433bf8e184ffc281f14c4eacda1ffc935c.tar.gz
samba-f6e53f433bf8e184ffc281f14c4eacda1ffc935c.tar.xz
samba-f6e53f433bf8e184ffc281f14c4eacda1ffc935c.zip
merge from ronnie
(This used to be ctdb commit e7b57d38cf7255be823a223cf15b7526285b4f1c)
Diffstat (limited to 'ctdb/tests')
-rw-r--r--ctdb/tests/ctdb_persistent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/ctdb_persistent.c b/ctdb/tests/ctdb_persistent.c
index 775ba0c7ad..dd0e27c250 100644
--- a/ctdb/tests/ctdb_persistent.c
+++ b/ctdb/tests/ctdb_persistent.c
@@ -67,7 +67,7 @@ static void test_store_records(struct ctdb_context *ctdb, struct event_context *
ret = ctdb_record_store(h, data);
if (ret != 0) {
- DEBUG(0,("Failed to store record\n"));
+ DEBUG(DEBUG_ERR,("Failed to store record\n"));
exit(1);
}
talloc_free(h);