]> git.sur5r.net Git - i3/i3/commitdiff
remove obsolete branch reference "(tree)" from starting line
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 12 Aug 2012 23:57:23 +0000 (01:57 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 12 Aug 2012 23:57:23 +0000 (01:57 +0200)
src/main.c

index 47d66b87de25ff00efb1e55d57b16fcd91505820..cc83851cbe8c3615f80d183511a6eaf0897c0127 100644 (file)
@@ -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))