about summary refs log tree commit diff stats
path: root/src/log.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-22 00:30:24 +0100
committerJames Booth <boothj5@gmail.com>2012-08-22 00:30:24 +0100
commit4dbd8bbefac5ad695271541cc186fa3e1db984e8 (patch)
tree7ed6fa9163b59bb774b9aa1f21617c2e15020900 /src/log.c
parentb30662fef76564f53ea503f0aeea8f738310fdf6 (diff)
downloadprofani-tty-4dbd8bbefac5ad695271541cc186fa3e1db984e8.tar.gz
Added some logging and updated man page
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index 845d6a4d..b063f2b4 100644
--- a/src/log.c
+++ b/src/log.c
@@ -81,4 +81,3 @@ log_close(void)
     g_time_zone_unref(tz);
     fclose(logp);
 }
-