mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #4964 from dokku/josegonzalez-patch-1
Add log message when running state is false
This commit is contained in:
@@ -135,6 +135,8 @@ func Start(appName string) error {
|
||||
|
||||
if runningState == "mixed" {
|
||||
common.LogWarn("App is running in mixed mode, releasing")
|
||||
} else if runningState == "false" {
|
||||
common.LogWarn("App has been detected as not running, releasing")
|
||||
}
|
||||
|
||||
if runningState != "true" {
|
||||
|
||||
Reference in New Issue
Block a user