소스 검색

minor edit

Daniel Gibbs 10 년 전
부모
커밋
2c1627b6cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/monitor_gsquery.sh

+ 1 - 1
functions/monitor_gsquery.sh

@@ -55,7 +55,7 @@ for i in {1..4}; do
 	else
 		# Server failed query
 		queryattempt=$((queryattempt + 1))
-		fn_scriptlog "Querying port: ${ip}:${port}: ${totalseconds}/${queryattempt} : ${gsquerycmd}"
+		fn_scriptlog "Querying port: ${ip}:${port}: ${queryattempt} : ${gsquerycmd}"
 		seconds=0
 		# Seconds counter
 		while [ true ]; do