Skip to content

Commit d01a21e

Browse files
committed
Temporarily enable logging of found namespaces
1 parent a6c90d0 commit d01a21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/merge_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def add_automatic_namespaces(symbols):
446446
logging.debug("Ignoring namespaces: %s", " ".join(
447447
hide_namespaces.intersection(ignore_namespaces)))
448448
hide_namespaces = hide_namespaces.difference(ignore_namespaces)
449-
logging.debug("Found namespaces to hide: %s", " ".join(hide_namespaces))
449+
logging.info("Found namespaces to hide: %s", " ".join(hide_namespaces))
450450
FLAGS.hide_cpp_namespaces = list(
451451
set(FLAGS.hide_cpp_namespaces).union(hide_namespaces))
452452

0 commit comments

Comments
 (0)