Commit c648beef authored by Tim Leers's avatar Tim Leers

handle one status differently

parent 1bd42928
......@@ -284,7 +284,9 @@ func (worker *NamespaceWorker) next() {
name + ": "
}
}
if len(status) == 1 {
worker.handleStatus(status[0], msgPfx, obj)
}
// for loop over status
// maybe add field to status to indentify obj
for _, s := range status {
......
Markdown is supported
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