Skip to content

Commit

Permalink
Merge pull request #95 from lsst/tickets/DM-24719
Browse files Browse the repository at this point in the history
DM-24719: Change normal EUPS log to info from warn.
  • Loading branch information
erykoff committed Oct 13, 2021
2 parents 9299816 + cf471fc commit 557fb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/sconsUtils/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def __init__(self, cfgFile, headers=(), libs=None, hasSwigFiles=True,
if version is not None:
self.version = version
if productDir is None:
state.log.warn("Could not find EUPS product dir for '%s'; using %s."
state.log.info("Could not find EUPS product dir for '%s'; using %s."
% (self.eupsProduct, self.root))
else:
self.root = os.path.realpath(productDir)
Expand Down

0 comments on commit 557fb78

Please sign in to comment.