Use [-] instead of [*] for error messages

git-svn-id: file:///home/svn/framework3/trunk@6332 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
kris
2009-03-11 00:10:27 +00:00
parent 48736bd287
commit 2faa983da6
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ begin
exit(0) if Process.fork()
end
rescue ::NotImplementedError
$stderr.puts "[*] Background mode is not available on this platform"
$stderr.puts "[-] Background mode is not available on this platform"
end
# Run the plugin instance in the foreground.