add a colon to error message for clarity
git-svn-id: file:///home/svn/framework3/trunk@6175 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
78b3a12f89
commit
679fa424b1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue