1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-09 13:10:24 +01:00

👌 Fix print statements

This commit is contained in:
2022-02-08 23:37:17 +01:00
parent e4f9d491c3
commit bb6abc5e9a
4 changed files with 3 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ class PhpEnv {
*/
public func validate(_ version: String) -> Bool {
if self.currentInstall.version.short == version {
print("Switching to version \(version) seems to have succeeded. Validation passed.")
Log.info("Switching to version \(version) seems to have succeeded. Validation passed.")
return true
}