summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR E <eisner@R-Es-MacBook.local>2012-07-12 14:19:41 -0600
committerR E <eisner@R-Es-MacBook.local>2012-07-12 14:19:41 -0600
commit9af74b597987603c6844f342170c8f0663804428 (patch)
treec8c8d6046ba30c22e421a047af0acd2286019603
parentdbc2c118732ce5fdbf896907cb3bc2fbdeec0492 (diff)
downloadsystemu-9af74b597987603c6844f342170c8f0663804428.tar.gz
Changed error message
-rw-r--r--lib/systemu.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systemu.rb b/lib/systemu.rb
index d9f796f..9d1a052 100644
--- a/lib/systemu.rb
+++ b/lib/systemu.rb
@@ -86,7 +86,7 @@ class SystemUniversal
raise unless Exception === e
raise e
rescue
- raise "wtf?\n#{ buf }\n"
+ raise "systemu: Error - process interrupted!\n#{ buf }\n"
end
end
thread = new_thread cid, @block if @block