Skip to content

Commit

Permalink
worker: Rewrite unknown namespace warning
Browse files Browse the repository at this point in the history
  • Loading branch information
caipre committed Apr 25, 2017
1 parent edfadc2 commit ce6eba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func detectFeatureVersions(name string, files tarutil.FilesMap, namespace *datab
continue
}

log.Warningf("layer %s: Layer's namespace is unknown but non-namespaced features have been detected", name)
log.Warningf("Namespace unknown for feature %s %s, in layer %s", feature.Feature.Name, feature.Version, name)
err = ErrUnsupported
return
}
Expand Down

0 comments on commit ce6eba9

Please sign in to comment.