From 8306586f0e22ed3075619f642067804c44b2145c Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sun, 22 May 2016 20:30:05 +0200 Subject: [PATCH] fn_printinfo renamed in fn_print_info --- lgsm/functions/logs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/logs.sh b/lgsm/functions/logs.sh index 4ce5774f1..0cc4212e1 100644 --- a/lgsm/functions/logs.sh +++ b/lgsm/functions/logs.sh @@ -19,7 +19,7 @@ fi # For games not displaying a console, and having logs into their game folder if [ -n "${gamelogfile}" ]; then if [ -n "$(find "${systemdir}" -name "gamelog*.log")" ]; then - fn_printinfo "Moving game logs to ${gamelogdir}" + fn_print_info "Moving game logs to ${gamelogdir}" fn_scriptlog "Moving game logs to ${gamelogdir}" echo -en "\n" sleep 1