aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-05-03 10:57:16 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-05-03 11:40:44 -0700
commitaf15d3e5c9dc7b4c54b75fd371f7e9b62a760826 (patch)
tree101249431234d83d7c7d58991ec77b8ff6b280f3 /emcc
parent2cd4b8256af6611460f86c5781a233c618625488 (diff)
update tests
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 44ff1684..19288b77 100755
--- a/emcc
+++ b/emcc
@@ -1349,7 +1349,7 @@ try:
for haz in has: # remove symbols that are supplied by another of the inputs
if haz in need:
need.remove(haz)
- logging.debug('considering including %s: we need %s and have %s' % (name, str(need), str(has)))
+ logging.debug('considering %s: we need %s and have %s' % (name, str(need), str(has)))
if force or len(need) > 0:
# We need to build and link the library in
logging.debug('including %s' % name)