[california/wip/732671-double: 4/5] More debug



commit 9ae2eb296bc71e5c2bb13278a20c1ccbaa210b55
Author: Jim Nelson <jim yorba org>
Date:   Fri Sep 5 18:18:03 2014 -0700

    More debug

 src/component/component-event.vala |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/component/component-event.vala b/src/component/component-event.vala
index 10ffc5c..d8693b3 100644
--- a/src/component/component-event.vala
+++ b/src/component/component-event.vala
@@ -406,6 +406,9 @@ public class Event : Instance, Gee.Comparable<Event> {
                 return 0;
             else if (rid == null && other.rid == null)
                 return 0;
+            
+            debug("Comparing two w/ same UID: %s\nTHIS\n%s\n\nOTHER\n%s\n", uid.to_string(),
+                source, other.source);
         }
         
         // sort all-day events before timed events


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]