~ubuntu-branches/ubuntu/trusty/smuxi/trusty

« back to all changes in this revision

Viewing changes to src/Engine/MessageBuffers/Db4oMessageBuffer.cs

  • Committer: Package Import Robot
  • Author(s): Mirco Bauer, 2900227
  • Date: 2014-03-16 17:05:21 UTC
  • mfrom: (35.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140316170521-x2vtcgek0fmu3m7g
Tags: 0.11~rc5-1
[2900227] Imported Upstream version 0.11~rc5

Show diffs side-by-side

added added

removed removed

Lines of Context:
646
646
            Database.Store(f_Index);
647
647
            Database.Commit();
648
648
            stop = DateTime.UtcNow;
649
 
#if LOG4NET
 
649
#if LOG4NET && MSGBUF_DEBUG
650
650
            Logger.Debug(
651
651
                String.Format(
652
652
                    "FlushIndex(): flushing index with {0} items took: {1} ms",
668
668
            FlushCounter = 0;
669
669
            Database.Commit();
670
670
            stop = DateTime.UtcNow;
671
 
#if LOG4NET
 
671
#if LOG4NET && MSGBUF_DEBUG
672
672
            Logger.Debug(
673
673
                String.Format(
674
674
                    "Flush(): flushing {0} items took: {1} ms",