[Pkg-owncloud-commits] [owncloud-client] 09/219: Icon Overlay OS X: Complain if icon couldnt be loaded

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 79b547b83b56fd8fac1ff44be37cd1d0ec563f23
Author: Markus Goetz <markus at woboq.com>
Date:   Tue Aug 26 17:20:32 2014 +0200

    Icon Overlay OS X: Complain if icon couldnt be loaded
---
 shell_integration/MacOSX/OwnCloudFinder/IconCache.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shell_integration/MacOSX/OwnCloudFinder/IconCache.m b/shell_integration/MacOSX/OwnCloudFinder/IconCache.m
index c1e12a3..3e8cd03 100644
--- a/shell_integration/MacOSX/OwnCloudFinder/IconCache.m
+++ b/shell_integration/MacOSX/OwnCloudFinder/IconCache.m
@@ -71,6 +71,7 @@ static IconCache* sharedInstance = nil;
 
 	if (image == nil)
 	{
+		NSLog(@"%@ Could not load %@", NSStringFromSelector(_cmd), path);
 		return [NSNumber numberWithInt:-1];
 	}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list