Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a93eb7

Browse files
committed
log level
1 parent8b7ec78 commit9a93eb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎Coder-Desktop/VPN/Manager.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ actor Manager {
162162
}
163163

164164
func startVPN()asyncthrows(ManagerError){
165+
// Clear progress message
165166
pushProgress(msg:nil)
166167
logger.info("sending start rpc")
167168
guardlet tunFd= ptp.tunnelFileDescriptorelse{
@@ -241,10 +242,10 @@ actor Manager {
241242

242243
func pushProgress(msg:String?){
243244
guardlet conn= globalXPCListenerDelegate.connelse{
244-
logger.error("couldn't send progress message to app: no connection")
245+
logger.warning("couldn't send progress message to app: no connection")
245246
return
246247
}
247-
logger.info("sending progress message to app:\(msg??"nil")")
248+
logger.debug("sending progress message to app:\(msg??"nil")")
248249
conn.onProgress(msg: msg)
249250
}
250251

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp