Index: runtime/tools/create_snapshot_file.py |
=================================================================== |
--- runtime/tools/create_snapshot_file.py (revision 1762) |
+++ runtime/tools/create_snapshot_file.py (working copy) |
@@ -122,6 +122,7 @@ |
if (pipe.returncode != 0): |
print out, error |
print "Snapshot generation failed" |
+ print "(Command was: '", ' '.join(command), "')" |
return -1 |
if not makeFile(options.output, options.input_cc, options.output_bin): |