diff --git a/dh_python2 b/dh_python2
index d7914f34eff1843f8d988e8facc3555a4f91b4b5..3cb26b4aabf0c89c00fb80b2432dad30c23389eb 100755
--- a/dh_python2
+++ b/dh_python2
@@ -89,7 +89,7 @@ def fix_locations(package):
                               'found in two locations:\n %s\n %s',
                               ver, location, found_versions[ver])
                     exit(2)
-                log.info('Python %s should install files in %s. '
+                log.warn('Python %s should install files in %s. '
                          'Did you forget "--install-layout=deb"?',
                          ver, sitedir(version))
                 if not isdir(dstdir):