summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/clean.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/command/clean.py')
-rw-r--r--Lib/distutils/command/clean.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/command/clean.py b/Lib/distutils/command/clean.py
index 8fddeb4..36252d5 100644
--- a/Lib/distutils/command/clean.py
+++ b/Lib/distutils/command/clean.py
@@ -54,8 +54,8 @@ class clean (Command):
if os.path.exists(self.build_temp):
remove_tree(self.build_temp, dry_run=self.dry_run)
else:
- log.warn("'%s' does not exist -- can't clean it",
- self.build_temp)
+ log.debug("'%s' does not exist -- can't clean it",
+ self.build_temp)
if self.all:
# remove build directories