From c6a547ee9525666eca133242939757f658db3e9c Mon Sep 17 00:00:00 2001 From: Tom Adams Date: Sun, 19 Jul 2009 17:37:08 +0100 Subject: [PATCH] Add commit to verbose output. --- uzbl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/uzbl.c b/uzbl.c index ff1093d..64bdf15 100644 --- a/uzbl.c +++ b/uzbl.c @@ -2711,6 +2711,7 @@ main (int argc, char* argv[]) { printf("window_id %i\n",(int) uzbl.xwin); printf("pid %i\n", getpid ()); printf("name: %s\n", uzbl.state.instance_name); + printf("commit: %s\n", uzbl.info.commit); } uzbl.gui.scbar_v = (GtkScrollbar*) gtk_vscrollbar_new (NULL); -- 1.7.9.5