Skip to content
Snippets Groups Projects
Commit 782d8662 authored by Olgun Cengiz's avatar Olgun Cengiz :drum:
Browse files

debug

parent 5a588e3e
No related branches found
No related tags found
2 merge requests!48Master,!4716 refactor deprecated functions
......@@ -138,7 +138,9 @@ func GetKey(client *client.DataStorageClientImpl, uuid string, keyType api.KeyTy
key := &api.Key{}
log.Printf("OC-16 uuid/api.KeyType.String(keyType): %v", uuid+"/"+api.KeyType.String(keyType))
hasData, errorsString, err := client.GetData("keys", uuid+"/"+api.KeyType.String(keyType), key)
log.Printf("OC-16 key: %v", key)
log.Printf("OC-16 hasData: %v", hasData)
log.Printf("OC-16 errorsString: %v", errorsString)
log.Printf("OC-16 err: %v", err)
......
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