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
This commit is contained in:
Jonathan Gillaspie 2013-12-11 15:51:30 +00:00
parent daf7281a96
commit 364e2295e2

View file

@ -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;