better log

This commit is contained in:
minggo 2013-11-01 18:24:34 +08:00
parent 81c16d9a0e
commit 32c5755869
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ def build_samples(target,ndk_build_param):
elif target == 'watermelonwithme':
app_android_root = os.path.join(cocos_root, 'samples/JavaScript/WatermelonWithMe/proj.android')
else:
print 'unknown target %s, pass it', target
print 'unknown target: %s' % target
continue
copy_resources(target, app_android_root)