Add missing arg to validate call and add logging

This commit is contained in:
Joseph Schorr 2016-08-03 11:13:27 -04:00
parent 83849f4320
commit 974ab6c42c
3 changed files with 4 additions and 3 deletions

View file

@ -115,7 +115,7 @@ class LocalStorage(BaseStorageV2):
os.remove(content_path)
def validate(self, client):
super(LocalStorage, self).validate()
super(LocalStorage, self).validate(client)
# Load the set of disk mounts.
try: