From 6b35557cb176d3eb8c9f493407ec039d4522cece Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 30 Dec 2015 00:48:53 +0000 Subject: [PATCH] Added script log messages --- functions/fix_steamcmd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/fix_steamcmd.sh b/functions/fix_steamcmd.sh index b2196c28c..0dcbd3c3b 100644 --- a/functions/fix_steamcmd.sh +++ b/functions/fix_steamcmd.sh @@ -15,8 +15,10 @@ fn_fix_steamcmd_msg_start(){ fn_fix_steamcmd_msg_end(){ if [ $? -ne 0 ]; then fn_printfailnl "Applying ${fixname} fix: ${gamename}" + fn_scriptlog "Failure! Applying ${fixname} fix: ${gamename}" else fn_printoknl "Applying ${fixname} fix: ${gamename}" + fn_scriptlog "Complete! Applying ${fixname} fix: ${gamename}" fi }