]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
removed redundant and buggy debug statement
authorAndreas Steffen <andreas@strongswan.org>
Wed, 4 Nov 2009 13:28:10 +0000 (14:28 +0100)
committerAndreas Steffen <andreas@strongswan.org>
Wed, 4 Nov 2009 13:28:20 +0000 (14:28 +0100)
src/pluto/ac.c

index 3b9f9f2e0d5ec0b896925b4e6bb14b870e506568..310c4e78dba8b388a507416a933c8df96d6b358e 100644 (file)
@@ -193,7 +193,6 @@ void ac_load_certs(void)
        enumerator = enumerator_create_directory(A_CERT_PATH);
        if (!enumerator)
        {
-               DBG1("  reading directory '%s' failed");
                return;
        }