diff options
Diffstat (limited to 'nxcomp/src/Keeper.cpp')
-rw-r--r-- | nxcomp/src/Keeper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nxcomp/src/Keeper.cpp b/nxcomp/src/Keeper.cpp index d945e6ab5..2cbb09ed0 100644 --- a/nxcomp/src/Keeper.cpp +++ b/nxcomp/src/Keeper.cpp @@ -119,8 +119,8 @@ File::~File() #ifdef REFERENCES - *logofs << "Keeper: Deleted File at " - << this << " out of " << references_ + *logofs << "Keeper: Deleted File at " + << this << " out of " << references_ << " allocated references.\n" << logofs_flush; @@ -410,7 +410,7 @@ int Keeper::collect(const char *path) strcmp(dirEntry -> d_name, "..") == 0) { continue; - } + } n++; |