We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6ba641 + cb5e0cc commit cd19024Copy full SHA for cd19024
src/output.c
@@ -67,7 +67,7 @@ const struct output* get_x11_output(void) {
67
if (output->init()) {
68
return output;
69
} else {
70
- LOG_E("Couldn't initialize X11 output. Aborting...");
+ DIE("Couldn't initialize X11 output. Aborting...");
71
}
72
73
#endif
0 commit comments