]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo (caught by Alan Buxey)
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 12 Mar 2013 20:55:36 +0000 (16:55 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 12 Mar 2013 20:55:36 +0000 (16:55 -0400)
src/modules/rlm_sql/drivers/rlm_sql_sqlite/rlm_sql_sqlite.c

index 1c06b1244ae9321afbe822e0ca5ca02d5b7199cb..543063ba7cf189944f8b461d1f11941f1bc2dc8a 100644 (file)
@@ -312,7 +312,7 @@ static int sql_instantiate(CONF_SECTION *conf, rlm_sql_config_t *config)
 #else
                DEBUGW("rlm_sql_sqlite: sqlite3_open_v2() not available, "
                       "cannot bootstrap database. Upgrade to SQLite >= 3.5.1 "
-                      "if you want this functionality")
+                      "if you want this functionality");
 #endif
        }