engine, lib: Misc log and comment changes
Just misc polishing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user