From ed872d87bd62ce2ee0d61ffb32b95403097b8bdf Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 19 Dec 2017 10:47:24 -0800 Subject: [PATCH] Fixed typo in selftest --- test/selftest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/selftest.cpp b/test/selftest.cpp index 2b1da18..4ae7038 100644 --- a/test/selftest.cpp +++ b/test/selftest.cpp @@ -2784,7 +2784,7 @@ int main(int argc , char *argv[]) uint64_t nwid = strtoull(nwidstr.c_str(),NULL,16); zts_startjoin(path.c_str(), nwid); uint64_t nodeId = zts_get_node_id(); - DEBUG_TEST("I am %x, %s", nodeId, me.c_str()); + DEBUG_TEST("I am %llx, %s", nodeId, me.c_str()); if (mode == TEST_MODE_SERVER) { DEBUG_TEST("Ready. You should start selftest program on second host now...\n\n"); }