add some debug

This commit is contained in:
ViperMaul 2015-05-09 11:05:35 -07:00
parent e56089737b
commit ec2d3ff99d

View File

@ -102,6 +102,8 @@ def get_directory_hash(directory):
traceback.print_exc()
return -2
retVal = directory_hash.hexdigest()
#print_yellow("Hash Value for {} is {}".format(directory,retVal))
return directory_hash.hexdigest()
# Copyright (c) André Burgaud