Commit c0d1478d authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1115 Added logging.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 033aecb3
...@@ -60,6 +60,7 @@ class WebserviceInfo { ...@@ -60,6 +60,7 @@ class WebserviceInfo {
* @return string * @return string
*/ */
public function About() { public function About() {
ZLog::Write(LOGLEVEL_INFO, sprintf("WebserviceInfo->About(): returning Z-Push version '%s'", @constant('ZPUSH_VERSION')));
return @constant('ZPUSH_VERSION'); return @constant('ZPUSH_VERSION');
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment