From 233108985431ec71d56bebb9a895719f85ff408b Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 21 May 2014 20:36:21 +0200 Subject: [PATCH] Correct list of debugging facilities --- cmd/syncthing/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 5f20825bb..9f95f5795 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -77,7 +77,8 @@ const ( - "beacon" (the beacon package) - "discover" (the discover package) - "files" (the files package) - - "net" (the main packge; connections & network messages) + - "net" (the main package; connections & network messages) + - "model" (the model package) - "scanner" (the scanner package) - "upnp" (the upnp package) - "xdr" (the xdr package)