Index: src/auth/db-sql.c =================================================================== RCS file: /home/cvs/dovecot/src/auth/db-sql.c,v retrieving revision 1.6.2.1 diff -u -r1.6.2.1 db-sql.c --- src/auth/db-sql.c 31 May 2006 11:03:50 -0000 1.6.2.1 +++ src/auth/db-sql.c 3 Jun 2006 19:10:05 -0000 @@ -66,7 +66,7 @@ } if (*config_path == '\0') - i_fatal("LDAP: Configuration file path not given"); + i_fatal("sql: Configuration file path not given"); pool = pool_alloconly_create("sql_connection", 1024); conn = p_new(pool, struct sql_connection, 1);