mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-16 11:55:39 +00:00
ipc: Use correct log define error message
This commit is contained in:
parent
019343f3fc
commit
c7b63a9786
|
@ -468,7 +468,7 @@ init_all(struct ipc_server *s)
|
|||
s->process = u_process_create_if_not_running();
|
||||
|
||||
if (!s->process) {
|
||||
U_LOG_E("monado-service is already running! Use XRT_LOG=trace for more information.");
|
||||
IPC_ERROR(s, "monado-service is already running! Use XRT_LOG=trace for more information.");
|
||||
teardown_all(s);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue