]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 22 Aug 2012 16:27:33 +0000 (17:27 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 22 Aug 2012 16:27:33 +0000 (17:27 +0100)
src/modules/rlm_sql/rlm_sql.c

index 35c773f859eade5e3bb51bef81a086a828586b82..f184557d0ad8b2dfeadc86ec33fc37e4072143f7 100644 (file)
@@ -844,8 +844,7 @@ static int parse_sub_section(CONF_SECTION *parent,
        
        cs = cf_section_sub_find(parent, name);
        if (!cs) {
-               radlog(L_INFO, "Couldn't find configuration for %s. \
-                      Will return NOOP for calls from this section.", name);
+               radlog(L_INFO, "Couldn't find configuration for %s. Will return NOOP for calls from this section.", name);
                
                 return 1;
        }