remove obsolete branch reference "(tree)" from starting line

next
Michael Stapelberg 2012-08-13 01:57:23 +02:00
parent e68a8dd86c
commit 4eff386439
1 changed files with 1 additions and 1 deletions

View 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))