Skip to content

Commit

Permalink
Remove save error message when no sites loaded yet
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Sep 7, 2016
1 parent d5651f1 commit b2b91c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Site/SiteManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def load(self, cleanup=True):

def save(self):
if not self.sites:
self.log.error("Save error: No sites found")
self.log.debug("Save: No sites found")
s = time.time()
data = {}
# Generate data file
Expand Down

0 comments on commit b2b91c9

Please sign in to comment.