diff --git a/main.c b/main.c index bf9c66b..77d62e3 100644 --- a/main.c +++ b/main.c @@ -126,7 +126,7 @@ notify_system_manager(int start) sock_fd = SCK_OpenUnixDatagramSocket(path, NULL, 0); if (sock_fd < 0 || SCK_Send(sock_fd, message, strlen(message), 0) != strlen(message)) - LOG_FATAL("Could not send notification"); + LOG_FATAL("Could not send notification to $NOTIFY_SOCKET"); SCK_CloseSocket(sock_fd); #endif