diff --git a/routers/search.go b/routers/search.go index 7699e7a17..f4f747211 100644 --- a/routers/search.go +++ b/routers/search.go @@ -176,6 +176,8 @@ func searchRepo(ctx *context.Context, TableName string, Key string, Page int, Pa if count > 0 { log.Info("Query private repo number is:" + fmt.Sprint(count)) makePrivateRepo(repos, privateRe, Key) + } else { + log.Info("not found private repo,keyword=" + Key) } log.Info("query searchRepo start")