~ubuntu-branches/ubuntu/saucy/apt-cacher-ng/saucy

« back to all changes in this revision

Viewing changes to source/aclogger.cc

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2011-08-07 17:53:21 UTC
  • mfrom: (24.2.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110807175321-k80jrotzovldgu3c
* New upstream version
  + fixes various regressions
* removed dependency on libfuse2 (now used via dlopen, moved to Suggests)
* support new build-* targets in rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
t_logger::~t_logger()
356
356
{
357
357
        m_nLevel--;
358
 
        GetFmter() << "<< " << m_szName;
 
358
        GetFmter() << "<< " << m_szName << " [" << m_id << "]";
359
359
        Write();
360
360
        lockguard __lockguard(&mx_dbgStackMark);
361
361
        stackDepths[m_id]--;