1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 21:00:16 +00:00

vendor update norman

This commit is contained in:
kinarashah
2019-10-03 11:46:41 -07:00
committed by Alena Prokharchyk
parent 3aed94a405
commit ab3403a2c8
4 changed files with 5 additions and 5 deletions

View File

@@ -317,7 +317,7 @@ func (s *Store) realWatch(apiContext *types.APIContext, schema *types.Schema, op
for event := range watcher.ResultChan() {
if data, ok := event.Object.(*metav1.Status); ok {
// just logging it, keeping the same behavior as before
logrus.Errorf("watcher error %v", data)
logrus.Errorf("watcher error %s", data.Message)
} else {
data := event.Object.(*unstructured.Unstructured)
s.fromInternal(apiContext, schema, data.Object)