From bbb3fb16ba5e5e0042d9489a4630079f39ac3710 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 4 Jul 2015 18:55:25 +0100 Subject: [PATCH] added nl --- functions/fn_monitor_query | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_monitor_query b/functions/fn_monitor_query index 329d49765..e58387cc8 100644 --- a/functions/fn_monitor_query +++ b/functions/fn_monitor_query @@ -2,7 +2,7 @@ # LGSM fn_monitor_query function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 220315 +# Version: 030715 # Description: uses gsquery.py to directly query the server. # Detects if the server has frozen. @@ -90,6 +90,6 @@ if [ -f "${rootdir}/gsquery.py" ]; then exit fi else - fn_printfail "Could not find ${rootdir}/gsquery.py" + fn_printfailnl "Could not find ${rootdir}/gsquery.py" fn_scriptlog "Could not find ${rootdir}/gsquery.py" fi