diff options
Diffstat (limited to 'common/ipc-client.c')
-rw-r--r-- | common/ipc-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ipc-client.c b/common/ipc-client.c index 79ed3555..13e2dfa3 100644 --- a/common/ipc-client.c +++ b/common/ipc-client.c @@ -111,7 +111,7 @@ error_2: free(response); free(payload); error_1: - wlr_log(WLR_ERROR, "Unable to allocate memory for IPC response"); + sway_log(SWAY_ERROR, "Unable to allocate memory for IPC response"); return NULL; } |