wafsamba: Warn about circular dependencies between libraries.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 12 Oct 2010 11:27:40 +0000 (13:27 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 12 Oct 2010 17:23:59 +0000 (19:23 +0200)
buildtools/wafsamba/samba_deps.py

index 94b7484def7a27ecf7e7ba38f5b8b6dfc1113700..8bd8ad31cef72cfdcc76c24ac4b3048ecee83df7 100644 (file)
@@ -709,7 +709,7 @@ def calculate_final_deps(bld, tgt_list, loops):
                     # we could break this in either direction. If one of the libraries
                     # has a version number, and will this be distributed publicly, then
                     # we should make it the lower level library in the DAG
-                    debug('deps: removing library loop %s from %s', t.sname, t2.sname)
+                    Logs.warn('deps: removing library loop %s from %s' % (t.sname, t2.sname))
                     dependency_loop(loops, t, t2.sname)
                     t2.final_libs.remove(t.sname)