/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to services/mask.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-06-24 22:40:51 UTC
  • Revision ID: csa@dside.dyndns.org-20080624224051-cskdaw8zruv0z4zx
Logger subsystem

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    $list = $reader->GetMaskList();
21
21
    unset($reader);
22
22
} catch (ADEIException $ex) {
23
 
    $error = xml_escape($ex->getMessage());
 
23
    $ex->logInfo($reader?$reader:$req);
 
24
    $error = xml_escape($ex->getInfo());
24
25
}
25
26
echo "<?xml version=\"1.0\"?>\n";
26
27
if ($error) echo "<result><Error>$error</Error></result>";