Skip to content

Commit cf3dcf1

Browse files
committed
fix logging format
1 parent 0b89b49 commit cf3dcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/common/ldproc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func JLDProc(v1 *viper.Viper) (*ld.JsonLdProcessor, *ld.JsonLdOptions) { // TODO
4646

4747
} else {
4848
// todo: fatal?
49-
log.Error("ERROR: context file location", s[i].File, "is wrong, this is a critical error")
49+
log.Error("ERROR: context file location ", s[i].File, " is wrong, this is a critical error")
5050
}
5151
}
5252

0 commit comments

Comments
 (0)