Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 25167cc

Browse files
committed
DistroInstaller: Better logging if we cant validate location
1 parent 17efc1e commit 25167cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virtinst/DistroInstaller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def set_location(self, val):
232232
volName=stuple)
233233
val = d.path
234234
except Exception, e:
235-
logging.debug(str(e))
235+
_util.log_exception("Error validating install location")
236236
raise ValueError(_("Checking installer location failed: "
237237
"Could not find media '%s'." % str(val)))
238238
elif not validated:

0 commit comments

Comments
 (0)