mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
forgot to protect debug output by a VERBOSE check
This commit is contained in:
parent
d3e545a949
commit
fec1586d1f
@ -1042,6 +1042,7 @@ def ChooseLib(*libs):
|
|||||||
if (libname in GetLibCache()):
|
if (libname in GetLibCache()):
|
||||||
return libname
|
return libname
|
||||||
if (len(libs) > 0):
|
if (len(libs) > 0):
|
||||||
|
if (VERBOSE):
|
||||||
print GetColor("cyan") + "Couldn't find any of the libraries " + ", ".join(libs) + GetColor()
|
print GetColor("cyan") + "Couldn't find any of the libraries " + ", ".join(libs) + GetColor()
|
||||||
return libs[0]
|
return libs[0]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user