Unverified Commit fc5afd65 authored by Preetha Appan's avatar Preetha Appan
Browse files

Missed log formatting due to merge conflict

parent cd91c816
Branches unavailable v0.8.7 v0.8.7-rc1
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -522,7 +522,7 @@ func (n *nomadFSM) applyBatchDeregisterJob(buf []byte, index uint64) interface{}
err := n.state.WithWriteTransaction(func(tx state.Txn) error {
for jobNS, options := range req.Jobs {
if err := n.handleJobDeregister(index, jobNS.ID, jobNS.Namespace, options.Purge, tx); err != nil {
n.logger.Printf("[ERR] deregistering job %v failed:%v", jobNS)
n.logger.Printf("[ERR] deregistering job %v failed:%v", jobNS, err)
return err
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment