Commit c2129c4a authored by Tristan Gingold's avatar Tristan Gingold

new_dep_solver.py: slightly improve error message

parent 4407de67
......@@ -157,7 +157,7 @@ def check_graph(graph, fileset, syslibs, standard_libs=None):
"standard libs.",
str(rel), investigated_file.name)
continue
logging.warning("File '%s' depends on %s, but the latter was not found in any source file",
logging.warning("File '%s' depends on undeclared (not found) %s",
investigated_file.name, str(rel))
not_satisfied += 1
logging.debug("SOLVE END")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment