Fixed omitted 'captivefs_init' debug message during reinits.
authorshort <>
Thu, 6 Nov 2003 11:37:20 +0000 (11:37 +0000)
committershort <>
Thu, 6 Nov 2003 11:37:20 +0000 (11:37 +0000)
src/client/lufs/captivefs-vfs.c

index b6381ba..1371e56 100644 (file)
@@ -99,6 +99,8 @@ gchar *gs,*captive_options_string;
                g_return_val_if_fail(g_thread_supported(),NULL);
                captivefs_vfs->inits++;
                G_UNLOCK(libcaptive);
+               if (captivefs_vfs->options.debug_messages)
+                       g_log(G_LOG_DOMAIN,G_LOG_LEVEL_DEBUG,"captivefs_init");
                return captivefs_vfs;
                }
        G_UNLOCK(libcaptive);