mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fixed log level of one log statement
This commit is contained in:
parent
e29fcb45ac
commit
b9fd8d2ee7
|
@ -225,7 +225,7 @@ function Main {
|
|||
Write-Log "Failed to create virtual environment." -Level 'ERROR'
|
||||
Exit-Script -exitCode 1
|
||||
}
|
||||
Write-Log "Virtual environment created successfully." -Level 'ERROR'
|
||||
Write-Log "Virtual environment created successfully."
|
||||
}
|
||||
|
||||
# Activate the virtual environment
|
||||
|
|
Loading…
Reference in New Issue
Block a user