We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c90d0 commit d01a21eCopy full SHA for d01a21e
scripts/merge_libraries.py
@@ -446,7 +446,7 @@ def add_automatic_namespaces(symbols):
446
logging.debug("Ignoring namespaces: %s", " ".join(
447
hide_namespaces.intersection(ignore_namespaces)))
448
hide_namespaces = hide_namespaces.difference(ignore_namespaces)
449
- logging.debug("Found namespaces to hide: %s", " ".join(hide_namespaces))
+ logging.info("Found namespaces to hide: %s", " ".join(hide_namespaces))
450
FLAGS.hide_cpp_namespaces = list(
451
set(FLAGS.hide_cpp_namespaces).union(hide_namespaces))
452
0 commit comments