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:
parent
bbadce47b9
commit
627e9a99f4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user