Update von-sys-updater.php

This commit is contained in:
Nikolai X. Shadeauxs 2023-03-10 16:50:25 -05:00 committed by GitHub
parent f0d7e04b83
commit 31c9e06df3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,10 +102,10 @@ function wp_plugin_updater_check_plugin_updates()
} else {
// Delete the plugin zip file
unlink($plugin_zip_file);
error_log("$plugin_slug updated");
error_log("$plugin_slug : Was updated");
}
} else {
error_log("$plugin_slug : has no updates");
error_log("$plugin_slug : Is up-to-date");
}
}
}