Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
The wrong variable was used in this log message
Browse files Browse the repository at this point in the history
  • Loading branch information
priteau committed Apr 3, 2013
1 parent 3c065e7 commit 5206742
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -219,7 +219,7 @@ def _validate_blankspacedir(self, confname):
else: else:
raise InvalidConfig("'%s' exists on the filesystem but is not rwx" raise InvalidConfig("'%s' exists on the filesystem but is not rwx"
% blankspacedir) % blankspacedir)
self.c.log.debug("blankspace partition directory (per-instance blankspace): %s" % self.blankspacedir) self.c.log.debug("blankspace partition directory (per-instance blankspace): %s" % blankspacedir)
return blankspacedir return blankspacedir


def _validate_blankspacecreate(self): def _validate_blankspacecreate(self):
Expand Down

0 comments on commit 5206742

Please sign in to comment.