Skip to content

Commit fc737aa

Browse files
update per feedback
1 parent 5eafed6 commit fc737aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/setting/setting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ func loadInternalToken(sec *ini.Section) string {
12061206
}
12071207
tempURI, err := url.Parse(uri)
12081208
if err != nil {
1209-
log.Fatal(4, "Failed to parse INTERNAL_TOKEN_URI (%s). Falling back to INTERNAL_TOKEN: %v", uri, err)
1209+
log.Fatal(4, "Failed to parse INTERNAL_TOKEN_URI (%s): %v", uri, err)
12101210
}
12111211
switch tempURI.Scheme {
12121212
case "file":

0 commit comments

Comments
 (0)