Internal change.
authorAnna R <annarev@google.com>
Mon, 26 Feb 2018 19:52:26 +0000 (11:52 -0800)
committerGunhan Gulsoy <gunan@google.com>
Tue, 27 Feb 2018 22:33:33 +0000 (14:33 -0800)
PiperOrigin-RevId: 187056963

tensorflow/tools/api/tests/api_compatibility_test.py

index c1e09cc..2a78497 100644 (file)
@@ -165,7 +165,7 @@ class ApiCompatibilityTest(test.TestCase):
       logging.error('%d differences found between API and golden.', diff_count)
       messages = verbose_diffs if verbose else diffs
       for i in range(diff_count):
-        logging.error('Issue %d\t: %s', i + 1, messages[i])
+        print('Issue %d\t: %s' % (i + 1, messages[i]), file=sys.stderr)
 
       if update_goldens:
         # Write files if requested.