Conversion from personal to tagged node is reversible
This commit is contained in:
parent
04b4071888
commit
49b70db7f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue