summaryrefslogtreecommitdiff
path: root/internal/source/source.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/source/source.go')
-rw-r--r--internal/source/source.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/source/source.go b/internal/source/source.go
index bf1c880..73dccb2 100644
--- a/internal/source/source.go
+++ b/internal/source/source.go
@@ -10,9 +10,9 @@ const (
func (s Source) String() string {
switch s {
case Client:
- return "Client"
+ return "CLIENT"
case Server:
- return "Server"
+ return "SERVER"
}
panic("Unknown log source type")