Add a comment for bgo#638609 - backend debug hard-coding
authorTravis Reitter <travis.reitter@collabora.co.uk>
Mon, 3 Jan 2011 21:29:06 +0000 (13:29 -0800)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Mon, 3 Jan 2011 21:29:40 +0000 (13:29 -0800)
folks/debug.vala

index 1e03e16..2ba27d6 100644 (file)
@@ -31,6 +31,7 @@ namespace Folks.Debug
 
   internal static void _set_flags (string? debug_flags)
     {
+      /* FIXME: we obviously shouldn't be hard-coding these. See bgo#638609 */
       GLib.DebugKey keys[3] =
         {
           DebugKey () { key = "Core", value = Domains.CORE },