From 364e2295e21f49eb97a310fd1a865c38ea99ba9c Mon Sep 17 00:00:00 2001 From: Jonathan Gillaspie Date: Wed, 11 Dec 2013 15:51:30 +0000 Subject: [PATCH] Add a log when we have an invalid drop item git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@37447 72102866-910b-0410-8b05-ffd578937521 --- Source/NSOutlineView.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/NSOutlineView.m b/Source/NSOutlineView.m index f434f1be0..6bcb15c34 100644 --- a/Source/NSOutlineView.m +++ b/Source/NSOutlineView.m @@ -1079,6 +1079,7 @@ static NSImage *unexpandable = nil; * item presumably), or perhaps we should treat this as * cancelling the drop? */ + NSLog(@"Alert: Invalid drop item %@", item); return; } currentDropItem = item;