[Slim-Checkins] r10558 - /trunk/server/Slim/Schema/Storage.pm
dsully at svn.slimdevices.com
dsully at svn.slimdevices.com
Thu Nov 2 09:10:48 PST 2006
Author: dsully
Date: Thu Nov 2 09:10:48 2006
New Revision: 10558
URL: http://svn.slimdevices.com?rev=10558&view=rev
Log:
Bug: N/A
Description: Handle other exceptions from ensure_connection
Modified:
trunk/server/Slim/Schema/Storage.pm
Modified: trunk/server/Slim/Schema/Storage.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Schema/Storage.pm?rev=10558&r1=10557&r2=10558&view=diff
==============================================================================
--- trunk/server/Slim/Schema/Storage.pm (original)
+++ trunk/server/Slim/Schema/Storage.pm Thu Nov 2 09:10:48 2006
@@ -54,6 +54,10 @@
unlink($lockFile);
}
+
+ } elsif ($@) {
+
+ return $self->throw_exception($@);
}
return $self->_dbh;
More information about the checkins
mailing list