summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorara.t.howard <ara.t.howard@gmail.com>2012-07-12 20:40:54 -0700
committerara.t.howard <ara.t.howard@gmail.com>2012-07-12 20:40:54 -0700
commit8dc1f0cfee32e105105675c864b33ab2820d347e (patch)
treec8c8d6046ba30c22e421a047af0acd2286019603
parentdbc2c118732ce5fdbf896907cb3bc2fbdeec0492 (diff)
parent9af74b597987603c6844f342170c8f0663804428 (diff)
downloadsystemu-8dc1f0cfee32e105105675c864b33ab2820d347e.tar.gz
Merge pull request #20 from reisner/master
Changed error message for process interruptions.
-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