Fixed typo in selftest

This commit is contained in:
Joseph Henry
2017-12-19 10:47:24 -08:00
parent 52b01279a3
commit ed872d87bd

View File

@@ -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");
}