From db5d9eeb6700b64ca47f6e9f78f826a985c911db Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 7 Mar 2022 17:36:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- routers/search.go | 2 ++ 1 file changed, 2 insertions(+) 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")