]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add debug message when checking database encoding
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 12 Apr 2009 11:53:28 +0000 (11:53 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 12 Apr 2009 11:53:28 +0000 (11:53 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8717 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/postgresql.c

index 9a380de4802c7ef39322491d2a7904b65be3d1d8..9ff87f4187ab8da350429b10fd5447709ff217a8 100644 (file)
@@ -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;