diff --git a/subrepos/plano/.gitrepo b/subrepos/plano/.gitrepo index ce183d6..00fa0cf 100644 --- a/subrepos/plano/.gitrepo +++ b/subrepos/plano/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = git@github.com:ssorj/plano.git branch = main - commit = cea948b0eb767f97f8e21d71d9371c5b8bf34ab6 - parent = 264596228a9d8c6d0b25fe57c4a87aca5713f8d0 + commit = 73dc59cbe4a4b5ad4688cbfc96d024650d3c5844 + parent = 432076e581db07a2c9575ccb4b79e20ae2796d19 method = merge cmdver = 0.4.6 diff --git a/subrepos/plano/src/plano/main.py b/subrepos/plano/src/plano/main.py index f74f5e4..867bc18 100644 --- a/subrepos/plano/src/plano/main.py +++ b/subrepos/plano/src/plano/main.py @@ -1247,7 +1247,7 @@ def wait(proc, timeout=None, check=False, quiet=False): elif proc.exit_code < 0: debug("{} was terminated by signal {}", proc, abs(proc.exit_code)) else: - debug("{} exited with code {}", proc, proc.exit_code) + error("{} exited with code {}", proc, proc.exit_code) if proc.stash_file is not None: if proc.exit_code > 0: