From: Michael Stapelberg Date: Sun, 12 Aug 2012 23:57:23 +0000 (+0200) Subject: remove obsolete branch reference "(tree)" from starting line X-Git-Tag: 4.3~98 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4eff386439ffc589b4a86ac995a4ee508fd26f65;p=i3%2Fi3 remove obsolete branch reference "(tree)" from starting line --- 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))