[Pkg-owncloud-commits] [owncloud-client] 257/332: FinderOverlays: Display the error if socket can not connect.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:09 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 267b9e5c2f856bb60249a6d2ceb11c1c846838be
Author: Klaas Freitag <freitag at owncloud.com>
Date: Mon Jul 14 14:56:10 2014 +0200
FinderOverlays: Display the error if socket can not connect.
---
shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m | 3 +++
1 file changed, 3 insertions(+)
diff --git a/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m b/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m
index fa3c773..64b0295 100644
--- a/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m
+++ b/shell_integration/MacOSX/LiferayNativityFinder/RequestManager.m
@@ -149,6 +149,9 @@ static RequestManager* sharedInstance = nil;
{
NSLog(@"Socket DISconnected!");
+ if( err ) {
+ NSLog(@"ERROR: %@", [err localizedDescription]);
+ }
if ([_connectedListenSockets containsObject:socket])
{
[_connectedListenSockets removeObject:socket];
--
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