Skip to content
Snippets Groups Projects
Commit c8d3f5a4 authored by Travis Ralston's avatar Travis Ralston
Browse files

Fix logging fail in picking a datastore

parent 9f288772
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ func GetUriForDatastore(dsConf config.DatastoreConfig) string { ...@@ -88,7 +88,7 @@ func GetUriForDatastore(dsConf config.DatastoreConfig) string {
func PickDatastore(forKind string, ctx rcontext.RequestContext) (*DatastoreRef, error) { func PickDatastore(forKind string, ctx rcontext.RequestContext) (*DatastoreRef, error) {
// If we haven't found a legacy option, pick a datastore // If we haven't found a legacy option, pick a datastore
ctx.Log.Info("Finding a suitable datastore to pick for uploads") ctx.Log.Info("Finding a suitable datastore to pick for " + forKind)
confDatastores := ctx.Config.DataStores confDatastores := ctx.Config.DataStores
mediaStore := storage.GetDatabase().GetMediaStore(ctx) mediaStore := storage.GetDatabase().GetMediaStore(ctx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment