diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-04-24 13:17:55 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-04-24 13:17:55 +0800 |
commit | 203c42e703b81c4a3237256a378b531c9e0db225 (patch) | |
tree | 158007b598d6d522408e096276d0406f47e2f1ab /src/generic | |
parent | fc33717e721954088ed14913af5002f0ef9d2d1a (diff) | |
download | aptitude-203c42e703b81c4a3237256a378b531c9e0db225.tar.gz |
Fix typo in temp module
Diffstat (limited to 'src/generic')
-rw-r--r-- | src/generic/util/temp.cc | 2 |
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() |