Skip to content

Commit 9679837

Browse files
authored
Corrected use of logWarning (#274)
1 parent 3f7a2b0 commit 9679837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-bungeecord.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ function downloadDefaultConfigs() {
291291
--to /server \
292292
--skip-existing --skip-up-to-date=false \
293293
"$DOWNLOAD_DEFAULTS" 2> /dev/null; then
294-
logWarning "One or more default files were not available from $DOWNLOAD_DEFAULTS"
294+
log "WARN: One or more default files were not available from $DOWNLOAD_DEFAULTS"
295295
fi
296296
fi
297297

0 commit comments

Comments
 (0)