Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8883918

Browse files
committed
cosmetics
1 parent 743e6d2 commit 8883918

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/dbms/sqlite/connector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def connect(self):
4545
cursor.close()
4646

4747
except (self.__sqlite.DatabaseError, self.__sqlite.OperationalError), msg:
48-
errMsg = "unable to connect using SQLite 3 library, trying with SQLite 2"
49-
logger.error(errMsg)
48+
warnMsg = "unable to connect using SQLite 3 library, trying with SQLite 2"
49+
logger.warning(warnMsg)
5050
try:
5151
try:
5252
import sqlite

0 commit comments

Comments
 (0)