services/provisioning: Various cleanup (#30396)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -110,7 +110,7 @@ func (cr *configReader) readConfig() ([]*config, error) {
|
||||
|
||||
for uid, times := range uidUsage {
|
||||
if times > 1 {
|
||||
cr.log.Error("the same 'folderUid' is used more than once", "folderUid", uid)
|
||||
cr.log.Error("the same folder UID is used more than once", "folderUid", uid)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user