From c9027f5ae501194eb3953c69d61280f64382c321 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 3 Jul 2013 21:54:06 -0700 Subject: improve warning text --- emlink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emlink.py') diff --git a/emlink.py b/emlink.py index 0a209cc7..d59cb5d3 100644 --- a/emlink.py +++ b/emlink.py @@ -134,7 +134,7 @@ class AsmModule(): def check_import(key, value): if value.startswith('+') or value.endswith('|0'): # ignore functions if key not in all_sendings: - print >> sys.stderr, 'external variable %s is still not defined after linking' % key + print >> sys.stderr, 'warning: external variable %s is still not defined after linking' % key for key, value in all_imports.iteritems(): check_import(key, value) # tables -- cgit v1.2.3-18-g5258