فهرست منبع

fn_printinfo renamed in fn_print_info

UltimateByte 10 سال پیش
والد
کامیت
8306586f0e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lgsm/functions/logs.sh

+ 1 - 1
lgsm/functions/logs.sh

@@ -19,7 +19,7 @@ fi
 # For games not displaying a console, and having logs into their game folder
 # For games not displaying a console, and having logs into their game folder
 if [ -n "${gamelogfile}" ]; then
 if [ -n "${gamelogfile}" ]; then
 	if [ -n "$(find "${systemdir}" -name "gamelog*.log")" ]; 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}"
 		fn_scriptlog "Moving game logs to ${gamelogdir}"
 		echo -en "\n"
 		echo -en "\n"
 		sleep 1
 		sleep 1