about summary refs log tree commit diff stats
path: root/src/chat_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat_log.c')
-rw-r--r--src/chat_log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chat_log.c b/src/chat_log.c
index afb60491..5ddfcec9 100644
--- a/src/chat_log.c
+++ b/src/chat_log.c
@@ -87,7 +87,6 @@ chat_log_chat(const gchar * const login, gchar *other,
 void
 chat_log_close(void)
 {
-    log_info("Closing down chat logs");
     g_hash_table_foreach(logs, (GHFunc) _close_file, NULL);
     g_time_zone_unref(tz);
 }
gbmor.dev> 2019-05-19 03:02:35 -0400 committer Ben Morrison <ben@gbmor.dev> 2019-05-19 03:02:35 -0400 updated template and adjusted styling' href='/gbmor/getwtxt/commit/assets/style.css?id=0f645e7fa9187eadbbbf12941e2902cbb8b6af41'>0f645e7 ^
920306c ^
0f645e7 ^

920306c ^



0f645e7 ^


d15180e ^

920306c ^



3df037d ^
920306c ^


6cf0e26 ^

d15180e ^

920306c ^

6cf0e26 ^




920306c ^
6cf0e26 ^
0f645e7 ^
920306c ^
6cf0e26 ^
920306c ^
3df037d ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53