Skip to content

Commit 658da8d

Browse files
Frequency Error Message
Co-authored-by: zeripath <[email protected]>
1 parent 8e93deb commit 658da8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/repository/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func MigrateRepositoryGitData(ctx context.Context, u *models.User, repo *models.
136136
}
137137
if interval != 0 && interval < setting.Mirror.MinInterval {
138138
err := fmt.Errorf("Interval is set below Minimum Interval")
139-
log.Error("Interval is too frequent")
139+
log.Error("Interval: %s is too frequent", opts.MirrorInterval)
140140
return repo, err
141141
}
142142
}

0 commit comments

Comments
 (0)