about summary refs log tree commit diff stats
path: root/src/windows.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-08 23:00:39 +0100
committerJames Booth <boothj5@gmail.com>2012-10-08 23:00:39 +0100
commitded57916e9c9456187bed33ab61d16c5db688bc7 (patch)
tree292b5f5b7b6adb8be766797ea3ad51836cce00f0 /src/windows.c
parent48936c0a95627e6813f2cb9266ed9240ee4f5ea6 (diff)
downloadprofani-tty-ded57916e9c9456187bed33ab61d16c5db688bc7.tar.gz
Removed time date from dated logs
Use 'me' instead of login
Diffstat (limited to 'src/windows.c')
-rw-r--r--src/windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows.c b/src/windows.c
index 787d04f6..b36bea28 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -853,7 +853,7 @@ static void
 _win_show_time(WINDOW *win)
 {
     GDateTime *time = g_date_time_new_now_local(); 
-    gchar *date_fmt = g_date_time_format(time, "%H:%M");
+    gchar *date_fmt = g_date_time_format(time, "%H:%M:%S");
     wprintw(win, "%s - ", date_fmt);
     g_date_time_unref(time);
     g_free(date_fmt);