Commit 051c0151 authored by skummer's avatar skummer

ZP-158

- changed: use shorter "terminated" string to use available space.. shows "OK" now


git-svn-id: https://z-push.org/svn/z-push/trunk@1370 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 09b3e97b
...@@ -89,7 +89,7 @@ class TopCollector extends InterProcessData { ...@@ -89,7 +89,7 @@ class TopCollector extends InterProcessData {
* @access public * @access public
*/ */
public function __destruct() { public function __destruct() {
$this->AnnounceInformation("terminated", false, true); $this->AnnounceInformation("OK", false, true);
} }
/** /**
......
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