From 9af74b597987603c6844f342170c8f0663804428 Mon Sep 17 00:00:00 2001 From: R E Date: Thu, 12 Jul 2012 14:19:41 -0600 Subject: Changed error message --- lib/systemu.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1