* Well, it's better than printf.

This commit is contained in:
Eelco Dolstra 2004-06-22 15:01:01 +00:00
parent 72bc9a522f
commit 83ae1723da
1 changed files with 1 additions and 1 deletions

View File

@ -1069,7 +1069,7 @@ void NormalisationGoal::deleteTmpDir(bool force)
void NormalisationGoal::trace(const format & f)
{
debug(format("normalisation of `%1%': %2%") % f);
debug(format("normalisation of `%1%': %2%") % nePath % f);
}