Merge pull request #13031 from bergquist/golang_1.11
upgrade to golang 1.11
This commit is contained in:
@@ -216,7 +216,7 @@ func appendIfPossible(message string, extra string, sizeLimit int) string {
|
||||
if len(extra)+len(message) <= sizeLimit {
|
||||
return message + extra
|
||||
}
|
||||
log.Debug("Line too long for image caption.", "value", extra)
|
||||
log.Debug("Line too long for image caption. value: %s", extra)
|
||||
return message
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user