minor update (users want this to see)

This commit is contained in:
Miroslav Stampar 2010-12-27 12:00:54 +00:00
parent 3d23f226ae
commit c7a160bf72

View File

@ -77,8 +77,8 @@ def tableExists(tableFile, regex=None):
iolock.release()
if conf.threads > 1:
debugMsg = "starting %d threads" % conf.threads
logger.debug(debugMsg)
infoMsg = "starting %d threads" % conf.threads
logger.info(infoMsg)
else:
warnMsg = "running in a single-thread mode. this could take a while."
logger.warn(warnMsg)
@ -179,8 +179,8 @@ def columnExists(columnFile, regex=None):
iolock.release()
if conf.threads > 1:
debugMsg = "starting %d threads" % conf.threads
logger.debug(debugMsg)
infoMsg = "starting %d threads" % conf.threads
logger.info(infoMsg)
else:
warnMsg = "running in a single-thread mode. this could take a while."
logger.warn(warnMsg)