Fix typo in debug commit message.

master
voussoir 2018-04-15 13:49:10 -07:00
parent df211454bb
commit 8562b355ce
1 changed files with 1 additions and 1 deletions

View File

@ -1126,7 +1126,7 @@ class Photo(ObjectBase):
self.searchhidden = searchhidden
if commit:
self.photodb.log.debug('Committing - set override filename')
self.photodb.log.debug('Committing - set searchhidden')
self.photodb.commit()
@decorators.required_feature('photo.edit')