add a colon to error message for clarity

git-svn-id: file:///home/svn/framework3/trunk@6175 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2009-01-23 18:37:48 +00:00
parent 78b3a12f89
commit 679fa424b1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def run
rescue ::Interrupt
raise $!
rescue ::Exception => e
print_status("Error: #{ip} #{e}")
print_status("Error: #{ip}: #{e}")
end
end
end