Skip to content

Commit 23d4ab1

Browse files
committed
change log level to Debug
1 parent 107fb73 commit 23d4ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/user/home.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ func Issues(ctx *context.Context) {
552552
return
553553
}
554554
if !perm.CanRead(unitType) {
555-
log.Error("User created Issues in Repository which they no longer have access to: [%d]", repoID)
555+
log.Debug("User created Issues in Repository which they no longer have access to: [%d]", repoID)
556556
}
557557
}
558558
}

0 commit comments

Comments
 (0)