Module: nagvis Branch: master Commit: b6a280731176edf15da7c5f4d5c98a8115b8f569 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=b6a280731176edf15da7c5f4d5c98a8115b8f569
Author: LaMi <[email protected]> Date: Tue Apr 6 23:06:31 2010 +0200 removed old debug output --- share/server/core/classes/GlobalBackendndo2fs.php | 2 -- share/server/core/classes/NagVisHoverUrl.php | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/share/server/core/classes/GlobalBackendndo2fs.php b/share/server/core/classes/GlobalBackendndo2fs.php index e143788..c9b67ad 100644 --- a/share/server/core/classes/GlobalBackendndo2fs.php +++ b/share/server/core/classes/GlobalBackendndo2fs.php @@ -424,8 +424,6 @@ class GlobalBackendndo2fs implements GlobalBackendInterface { || !file_exists($this->pathVolatile.'/HOSTS/'.$hostName.'/'.$service.'/CONFIG')) { // Services which have no configuration information (Should not exist) - // FIXME: Error handling - echo "ndo2fs config not found: ".$this->pathVolatile.'/HOSTS/'.$hostName.'/'.$service.'/CONFIG'."<br>"; $aServObj[] = Array(null, null); } elseif(!file_exists($this->pathVolatile.'/HOSTS/'.$hostName.'/'.$service.'/STATUS')) { diff --git a/share/server/core/classes/NagVisHoverUrl.php b/share/server/core/classes/NagVisHoverUrl.php index 895bdb8..5527070 100644 --- a/share/server/core/classes/NagVisHoverUrl.php +++ b/share/server/core/classes/NagVisHoverUrl.php @@ -67,7 +67,8 @@ class NagVisHoverUrl { * @author Lars Michelsen <[email protected]> */ private function readHoverUrl() { - /* FIXME: Context is supported in php >= 5.0 + /* Context is supported in php >= 5.0 + * This could be usefull someday... * $http_opts = array( * 'http'=>array( * 'method'=>"GET", ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
