Fix typo in check_license.py error message
authorPyry Haulos <phaulos@google.com>
Wed, 16 Nov 2016 18:17:26 +0000 (10:17 -0800)
committerPyry Haulos <phaulos@google.com>
Wed, 16 Nov 2016 20:20:39 +0000 (15:20 -0500)
Change-Id: Id1d0ec96e8b81cb434f7b39dcde1ba087418fc2e

scripts/src_util/check_license.py

index bc5a4e1..62f41f4 100644 (file)
@@ -64,7 +64,7 @@ def checkFileLicense (file):
        elif license == LICENSE_MULTIPLE:
                print "%s: contains multiple licenses" % file
        elif license == LICENSE_UNKNOWN:
-               print "%s: missing/unknown license"
+               print "%s: missing/unknown license" % file
 
        return license == LICENSE_APACHE2