From 6e3e072667500ece30904532af32e57b987578ef Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 12 Apr 2009 11:53:28 +0000 Subject: [PATCH] ebl Add debug message when checking database encoding git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8717 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/postgresql.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/cats/postgresql.c b/bacula/src/cats/postgresql.c index 9a380de480..9ff87f4187 100644 --- a/bacula/src/cats/postgresql.c +++ b/bacula/src/cats/postgresql.c @@ -153,6 +153,7 @@ static bool check_database_encoding(JCR *jcr, B_DB *mdb) _("Encoding error for database \"%s\". Wanted SQL_ASCII, got %s\n"), mdb->db_name, row[0]); Jmsg(jcr, M_WARNING, 0, "%s", mdb->errmsg); + Dmsg1(50, "%s", mdb->errmsg); } } return ret; -- 2.39.5