mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
accidental verbose
This commit is contained in:
parent
dc46ad57dd
commit
073f6bf261
@ -484,7 +484,7 @@ compute_dependencies(string &circularity) {
|
|||||||
|
|
||||||
if ((_flags & (F_bad_cache | F_from_cache)) == (F_bad_cache | F_from_cache)) {
|
if ((_flags & (F_bad_cache | F_from_cache)) == (F_bad_cache | F_from_cache)) {
|
||||||
// Our cache is suspect. Re-read the file to flush the cache.
|
// Our cache is suspect. Re-read the file to flush the cache.
|
||||||
if (verbose || true) {
|
if (verbose) {
|
||||||
cerr << "Dependency cache for \"" << get_fullpath() << "\" is suspect.\n";
|
cerr << "Dependency cache for \"" << get_fullpath() << "\" is suspect.\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -792,7 +792,7 @@ read_file_dependencies(const string &cache_filename) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!okcache) {
|
if (!okcache) {
|
||||||
if (verbose || true) {
|
if (verbose) {
|
||||||
cerr << "Cache \"" << cache_pathname << "\" is stale.\n";
|
cerr << "Cache \"" << cache_pathname << "\" is stale.\n";
|
||||||
}
|
}
|
||||||
Dependables::iterator di;
|
Dependables::iterator di;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user