From fe32eb552e70f9a2039828ae85ecca52fdae11d8 Mon Sep 17 00:00:00 2001 From: Scarsz Date: Thu, 18 Jun 2015 16:26:23 -0700 Subject: [PATCH] Capitalization fix --- functions/fn_check_steamuser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_check_steamuser b/functions/fn_check_steamuser index 1b271fc4f..7aa7f4c69 100644 --- a/functions/fn_check_steamuser +++ b/functions/fn_check_steamuser @@ -6,7 +6,7 @@ if [ -z "${steamuser}" ]||[ "${steamuser}" == "username" ]; then fn_printwarnnl "Steam login not set. Using anonymous login." - fn_scriptlog "Steam Login not set. Using anonymous login." + fn_scriptlog "Steam login not set. Using anonymous login." if [ "${steamuser}" == "username" ]; then echo " * Change steamuser=\"username\" to a valid steam login." fn_scriptlog "Change steamuser=\"username\" to a valid steam login."