diff --git a/src/main.c b/src/main.c index 47d66b87..cc83851c 100644 --- a/src/main.c +++ b/src/main.c @@ -494,7 +494,7 @@ int main(int argc, char *argv[]) { } } - LOG("i3 (tree) version " I3_VERSION " starting\n"); + LOG("i3 " I3_VERSION " starting\n"); conn = xcb_connect(NULL, &conn_screen); if (xcb_connection_has_error(conn))