We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b89b49 commit cf3dcf1Copy full SHA for cf3dcf1
internal/common/ldproc.go
@@ -46,7 +46,7 @@ func JLDProc(v1 *viper.Viper) (*ld.JsonLdProcessor, *ld.JsonLdOptions) { // TODO
46
47
} else {
48
// todo: fatal?
49
- log.Error("ERROR: context file location", s[i].File, "is wrong, this is a critical error")
+ log.Error("ERROR: context file location ", s[i].File, " is wrong, this is a critical error")
50
}
51
52
0 commit comments