We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6e652 commit 169e514Copy full SHA for 169e514
scaleway/sync.go
@@ -356,7 +356,7 @@ func tagLabelParser(tag string) (key string, value string) {
356
}
357
if len(tagSplit) == 2 {
358
if tagSplit[0] == "" {
359
- klog.Errorf("tag %s is not valid: prefix is empty")
+ klog.Errorf("tag %s is not valid: prefix is empty", tag)
360
return "", ""
361
362
if errs := validation.IsDNS1123Subdomain(tagSplit[0]); len(errs) != 0 {
0 commit comments