Conversion from personal to tagged node is reversible
This commit is contained in:
parent
04b4071888
commit
49b70db7f2
@ -63,6 +63,6 @@ func logTagOperation(existingNode types.NodeView, newTags []string) {
|
|||||||
Str("node.name", existingNode.Hostname()).
|
Str("node.name", existingNode.Hostname()).
|
||||||
Uint("created.by.user", userID).
|
Uint("created.by.user", userID).
|
||||||
Strs("new.tags", newTags).
|
Strs("new.tags", newTags).
|
||||||
Msg("Converting user-owned node to tagged node (irreversible)")
|
Msg("Converting user-owned node to tagged node")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user