always print PID

This commit is contained in:
Patrick Stadler 2015-03-22 18:13:41 +01:00
parent 4751641199
commit ab6e30e0c2
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,6 @@ fi
if [ $opt_verbose = true ]; then
verbose_on
verbose "Started in verbose mode"
verbose "PID: $$"
verbose "OS detected: $OS_TYPE"
fi
@ -161,5 +160,6 @@ main_init "$METRICS" "$REPORTER"
verbose "Using metrics: $__METRICS"
verbose "Using reporter: $__REPORTER"
echo "metrics.sh started with PID: $$"
verbose "Collecting metrics every $INTERVAL second(s)"
main_collect