commit | 16f538c40ac69d542c6a3fa00262bfdba4233803 | [log] [tgz] |
---|---|---|
author | Scott Ganyo <scott@ganyo.com> | Fri Feb 24 16:39:15 2017 -0800 |
committer | Scott Ganyo <scott@ganyo.com> | Fri Feb 24 16:39:15 2017 -0800 |
tree | a44bb484721a97088ab65960250e0adad2184fcc | |
parent | 71f63c30e5bea94a294d44b29234c35e2d64be82 [diff] |
Add log of incorrect operation
diff --git a/listener.go b/listener.go index 43bab9a..0f5c493 100644 --- a/listener.go +++ b/listener.go
@@ -160,6 +160,8 @@ DataScopeID: dataScopeID, } deploymentsToDelete = append(deploymentsToDelete, dep) + default: + log.Errorf("unexpected operation: %s", change.Operation) } } }