projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12a2f62
)
Merge from FW_3, log this failure
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 4 Aug 2009 14:41:00 +0000
(10:41 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 4 Aug 2009 14:48:07 +0000
(10:48 -0400)
turba/lib/Turba.php
patch
|
blob
|
history
diff --git
a/turba/lib/Turba.php
b/turba/lib/Turba.php
index
990229c
..
68ba601
100644
(file)
--- a/
turba/lib/Turba.php
+++ b/
turba/lib/Turba.php
@@
-329,6
+329,7
@@
class Turba {
foreach ($in as $sourceId => $source) {
$driver = Turba_Driver::singleton($sourceId);
if (is_a($driver, 'PEAR_Error')) {
+ Horde::logMessage(sprintf("Could not instantiate the %s source: %s", $sourceId, $driver->getMessage()), __FILE__, __LINE__, PEAR_LOG_ERR);
continue;
}