fixed comment about g_thread_init call or not
[psensor.git] / src / main.c
index 43ee26a..185c894 100644 (file)
@@ -439,11 +439,10 @@ int main(int argc, char **argv)
        log_init();
 
        log_glib_info();
-#if !(GLIB_CHECK_VERSION(2, 32, 0))
+#if !(GLIB_CHECK_VERSION(2, 31, 0))
        /*
-        * Since GLib 2.32 g_thread_init call is deprecated and not
-        * needed. Documentation of this method is not clear whether
-        * it is also useless with 2.3.31.
+        * Since GLib 2.31 g_thread_init call is deprecated and not
+        * needed.
         */
        log_debug("Calling g_thread_init(NULL)");
        g_thread_init(NULL);