aboutsummaryrefslogtreecommitdiffstats
path: root/common/ipc-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ipc-client.c')
-rw-r--r--common/ipc-client.c2
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:
111 free(response); 111 free(response);
112 free(payload); 112 free(payload);
113error_1: 113error_1:
114 wlr_log(WLR_ERROR, "Unable to allocate memory for IPC response"); 114 sway_log(SWAY_ERROR, "Unable to allocate memory for IPC response");
115 return NULL; 115 return NULL;
116} 116}
117 117