engine, lib: Misc log and comment changes

Just misc polishing.
This commit is contained in:
James Shubin
2023-11-21 00:04:14 -05:00
parent 66edc39ccb
commit 029cfaf1f8
3 changed files with 6 additions and 3 deletions

View File

@@ -661,7 +661,7 @@ func (obj *Main) Run() error {
if err := obj.ge.Validate(); err != nil { // validate the new graph
obj.ge.Abort() // delete graph
Logf("error validating the new graph: %+v", err)
Logf("graph validate failed: %+v", err)
continue
}
@@ -967,6 +967,9 @@ func (obj *Main) Run() error {
reterr := obj.exit.Error() // wait for exit signal (block until arrival)
// XXX: The reversals don't get a chance to run if we ^C things.
// XXX: Add a singular deploy of those before we shut down completely.
Logf("destroy...")
// tell inner main loop to exit