aboutsummaryrefslogtreecommitdiff
path: root/common/ipc-client.c
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-01-05 22:32:51 +0100
committerFurkan Sahin <furkan-dev@proton.me>2018-01-05 22:32:51 +0100
commite7b9501520da4fa625b10758c40d712274b9f564 (patch)
tree3589175749c9a2ed746b0cc280ab3ccfb33125e9 /common/ipc-client.c
parentcdcfd5832a5a36a80616d0be543420b129844a91 (diff)
sway: change all sway_log to wlr_log
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 1ab6627b..582c5e86 100644
--- a/common/ipc-client.c
+++ b/common/ipc-client.c
@@ -79,7 +79,7 @@ struct ipc_response *ipc_recv_response(int socketfd) {
error_2:
free(response);
error_1:
- sway_log(L_ERROR, "Unable to allocate memory for IPC response");
+ wlr_log(L_ERROR, "Unable to allocate memory for IPC response");
return NULL;
}