projects
/
kraftakt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbbfb2f
)
Warn about unexpected notification types.
author
Florian Forster
<ff@octo.it>
Sun, 28 Jan 2018 19:56:28 +0000
(20:56 +0100)
committer
Florian Forster
<ff@octo.it>
Sun, 28 Jan 2018 19:56:28 +0000
(20:56 +0100)
gfitsync.go
patch
|
blob
|
history
diff --git
a/gfitsync.go
b/gfitsync.go
index
2c9a54b
..
9eadde9
100644
(file)
--- a/
gfitsync.go
+++ b/
gfitsync.go
@@
-209,6
+209,7
@@
func handleNotifications(ctx context.Context, payload []byte) error {
for _, s := range subscriptions {
if s.CollectionType != "activities" {
+ log.Warningf(ctx, "ignoring collection type %q", s.CollectionType)
continue
}