[equo] ETP_LOGLEVEL_NORMAL is not available anymore
This commit is contained in:
@@ -14,7 +14,7 @@ import sys
|
||||
import shutil
|
||||
import tempfile
|
||||
|
||||
from entropy.const import etpConst, ETP_LOGLEVEL_NORMAL, etpSys, etpUi
|
||||
from entropy.const import etpConst, etpSys, etpUi
|
||||
from entropy.output import red, bold, brown, blue, darkred, darkgreen, purple, \
|
||||
print_info, print_warning, print_error
|
||||
from entropy.exceptions import SystemDatabaseError
|
||||
@@ -536,7 +536,7 @@ def _database_spmsync(entropy_client):
|
||||
entropy.tools.print_traceback()
|
||||
entropy_client.clientLog.log(
|
||||
"[spm sync]",
|
||||
ETP_LOGLEVEL_NORMAL,
|
||||
etpConst['logging']['normal_loglevel_id'],
|
||||
"Database spmsync: Exception caught: %s" % (
|
||||
str(err),
|
||||
)
|
||||
@@ -666,7 +666,7 @@ def _database_generate(entropy_client):
|
||||
entropy.tools.print_traceback()
|
||||
entropy_client.clientLog.log(
|
||||
"[spm sync]",
|
||||
ETP_LOGLEVEL_NORMAL,
|
||||
etpConst['logging']['normal_loglevel_id'],
|
||||
"Database generation: Exception caught: %s" % (str(err),)
|
||||
)
|
||||
print_warning( red("!!! %s: %s") % (
|
||||
|
||||
Reference in New Issue
Block a user