Skip to content

Commit 6b69b1e

Browse files
committed
ipn/wg: m err log
1 parent 94063bd commit 6b69b1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intra/ipn/wgproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ func (w *wgproxy) onNotOK() (didRefresh, allok bool) {
310310
func (w *wgproxy) Refresh() (err error) {
311311
// todo: Refresh may be called by hop-related changes which may result in one Refresh calls too many.
312312
if w.status.Load() == END {
313-
log.W("proxy: wg: (%s / %s) refresh failed; end status(%d)", w.id, w.viaStatus(), w.status)
313+
log.W("proxy: wg: (%s + %s) refresh failed; end status(%d)", w.id, w.viaStatus(), w.status)
314314
return errProxyStopped
315315
}
316316

0 commit comments

Comments
 (0)