Cosmetic: Comment updated.
authorshort <>
Wed, 18 Jun 2003 09:29:46 +0000 (09:29 +0000)
committershort <>
Wed, 18 Jun 2003 09:29:46 +0000 (09:29 +0000)
src/libcaptive/sandbox/server-GLogFunc.c

index fc1b489..de5153a 100644 (file)
@@ -131,7 +131,11 @@ void impl_Captive_Vfs_init_g_log_func(const Captive_GLogFunc g_log_func,gboolean
                                        | 0     /* !G_LOG_FLAG_RECURSION */
                                        | G_LOG_FLAG_FATAL
                                        | (G_LOG_LEVEL_MASK & ~(debug_messages ? 0 : 0
-                                                       /* The same mask is in libcaptive/client/init.c ! */
+                                                       /* The same mask is in:
+                                                        * libcaptive/sandbox/server-GLogFunc.c
+                                                        * libcaptive/client/init.c
+                                                        * libcaptive/client/vfs.c
+                                                        */
                                                        | G_LOG_LEVEL_MESSAGE
                                                        | G_LOG_LEVEL_INFO
                                                        | G_LOG_LEVEL_DEBUG)),