servicemonitor 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/servicemonitor +0 -1
- metadata +1 -1
data/bin/servicemonitor
CHANGED
@@ -16,7 +16,6 @@ require "MonitorManager"
|
|
16
16
|
def log( string, verbose=false )
|
17
17
|
type = verbose ? "VERB" : "INFO"
|
18
18
|
if !ENV["VERBOSE"].nil? || verbose==false then
|
19
|
-
puts string
|
20
19
|
timestamp = Time.new.strftime( "%Y-%m-%d %H:%M:%S" )
|
21
20
|
puts "[#{type}] #{timestamp} :: #{string}"
|
22
21
|
end
|