diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-07-09 22:54:30 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-07-09 22:54:30 +0100 |
| commit | 293a3b0cea9da2281a0d6a34041c5dca181b7bba (patch) | |
| tree | 76624b3d4820551261e5c15f773c403c1a41264e /common/ipc-client.c | |
| parent | 852a55136e991eb35bf2736bdb8c3f8535d09c6d (diff) | |
Update for swaywm/wlroots#1126
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 a88df080..4d2d88cc 100644 --- a/common/ipc-client.c +++ b/common/ipc-client.c @@ -97,7 +97,7 @@ struct ipc_response *ipc_recv_response(int socketfd) { error_2: free(response); error_1: - wlr_log(L_ERROR, "Unable to allocate memory for IPC response"); + wlr_log(WLR_ERROR, "Unable to allocate memory for IPC response"); return NULL; } |
