1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

ctdb-tool: All errors should be logged via stderr

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Amitay Isaacs 2016-05-06 14:06:43 +10:00 committed by Amitay Isaacs
parent bbadce47b9
commit 627e9a99f4

View File

@ -942,7 +942,7 @@ static int find_node_xpnn(void)
}
}
printf("Failed to detect which PNN this node is\n");
DEBUG(DEBUG_ERR, ("Failed to detect which PNN this node is\n"));
talloc_free(mem_ctx);
return -1;
}