diff --git a/docs/upgrades/upgrade_7.5.24-7.6.0.pl b/docs/upgrades/upgrade_7.5.24-7.6.0.pl index ecb03972c..028f9b084 100644 --- a/docs/upgrades/upgrade_7.5.24-7.6.0.pl +++ b/docs/upgrades/upgrade_7.5.24-7.6.0.pl @@ -87,7 +87,7 @@ sub migrateAssetsToNewConfigFormat { # the list has already been updated by a previous run my $assetList = $config->get("assets"); unless (ref $assetList eq "ARRAY") { - print "ERROR: Looks like you've already run this upgrade.\n"; + warn "ERROR: Looks like you've already run this upgrade.\n"; return undef; }