summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hartwig <mandyke@gmail.com>2012-04-24 13:17:55 +0800
committerDaniel Hartwig <mandyke@gmail.com>2012-04-24 13:17:55 +0800
commit203c42e703b81c4a3237256a378b531c9e0db225 (patch)
tree158007b598d6d522408e096276d0406f47e2f1ab
parentfc33717e721954088ed14913af5002f0ef9d2d1a (diff)
downloadaptitude-203c42e703b81c4a3237256a378b531c9e0db225.tar.gz
Fix typo in temp module
-rw-r--r--src/generic/util/temp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generic/util/temp.cc b/src/generic/util/temp.cc
index 00d0e9b3..a29bb1f7 100644
--- a/src/generic/util/temp.cc
+++ b/src/generic/util/temp.cc
@@ -215,7 +215,7 @@ namespace temp
temp_base = new std::string(tmpl.get());
LOG_INFO(Loggers::getAptitudeTemp(),
"Initialized the temporary file module using the base directory "
- << temp_base);
+ << *temp_base);
}
void shutdown()