aboutsummaryrefslogtreecommitdiff
path: root/i3-dump-log
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2019-02-12 09:22:26 +0100
committerGitHub <noreply@github.com>2019-02-12 09:22:26 +0100
commit2d6e09a66ad9b3e01588c515ae66476de8903754 (patch)
tree16a8ba7920f48f156406375374715a48a91d9f52 /i3-dump-log
parente2d6117b8c2cef91c5209eac3e5b0721b3522eb0 (diff)
downloadi3-2d6e09a66ad9b3e01588c515ae66476de8903754.tar.gz
i3-2d6e09a66ad9b3e01588c515ae66476de8903754.zip
i3-dump-log: make log message a little more clear (#3618)
This came up when trying to debug an issue.
Diffstat (limited to 'i3-dump-log')
-rw-r--r--i3-dump-log/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3-dump-log/main.c b/i3-dump-log/main.c
index e9901f8e..4f15f26f 100644
--- a/i3-dump-log/main.c
+++ b/i3-dump-log/main.c
@@ -155,7 +155,7 @@ int main(int argc, char *argv[]) {
exit(1);
}
if (root_atom_contents("I3_CONFIG_PATH", conn, screen) != NULL) {
- fprintf(stderr, "i3-dump-log: ERROR: i3 is running, but SHM logging is not enabled. Enabling SHM log until cancelled\n\n");
+ fprintf(stderr, "i3-dump-log: i3 is running, but SHM logging is not enabled. Enabling SHM log now while i3-dump-log is running\n\n");
ipcfd = ipc_connect(NULL);
const char *enablecmd = "debuglog on; shmlog 5242880";
if (ipc_send_message(ipcfd, strlen(enablecmd),