2015-06-28 21:18:38 +01:00
|
|
|
// Copyright (C) 2015 Audrius Butkevicius and Contributors (see the CONTRIBUTORS file).
|
|
|
|
|
|
|
|
|
|
package client
|
|
|
|
|
|
|
|
|
|
import (
|
2015-10-03 17:25:21 +02:00
|
|
|
"github.com/syncthing/syncthing/lib/logger"
|
2015-06-28 21:18:38 +01:00
|
|
|
)
|
|
|
|
|
|
2024-11-19 11:32:56 +01:00
|
|
|
var l = logger.DefaultLogger.NewFacility("relay", "")
|