Skip to content

Commit bfb17db

Browse files
NutsaBdhurley
andauthored
Update apiCallback log message
Co-authored-by: Donal Hurley <d.hurley@f5.com>
1 parent d0659db commit bfb17db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/watcher/instance/nginx_config_parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ func (ncp *NginxConfigParser) apiCallback(ctx context.Context, parent,
462462
) *model.APIDetails {
463463
urls := ncp.urlsForLocationDirectiveAPIDetails(parent, current, apiType)
464464
if len(urls) > 0 {
465-
slog.DebugContext(ctx, fmt.Sprintf("Potential %d of %s urls", len(urls), apiType), "urls", urls)
465+
slog.DebugContext(ctx, fmt.Sprintf("%d potential %s urls", len(urls), apiType), "urls", urls)
466466
}
467467

468468
for _, url := range urls {

0 commit comments

Comments
 (0)