From 42c896e2bcedca3c5cf6bd4167a310a9c4e8c1bc Mon Sep 17 00:00:00 2001 From: Darko Date: Fri, 14 Nov 2014 09:34:45 +0100 Subject: [PATCH] Disabled output of added releases. --- lib/copy_this/www/lib/TmuxOutput.php | 2 +- lib/copy_this/www/lib/releases.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/copy_this/www/lib/TmuxOutput.php b/lib/copy_this/www/lib/TmuxOutput.php index e2fa69aaf..512083771 100644 --- a/lib/copy_this/www/lib/TmuxOutput.php +++ b/lib/copy_this/www/lib/TmuxOutput.php @@ -117,7 +117,7 @@ class TmuxOutput extends Tmux $buffer = ''; $state = ($this->runVar['settings']['is_running'] == 1) ? 'Running' : 'Disabled'; //$version = $this->_tvers . 'r' . $this->_vers; - $tversion = '0.5r0051'; + $tversion = '0.5r0055'; $buffer .= sprintf($this->tmpMasks[2], "Monitor $state v$tversion @ $this->_tvers [" . $this->_vers ."]: ", diff --git a/lib/copy_this/www/lib/releases.php b/lib/copy_this/www/lib/releases.php index c97011331..4fb0be6ef 100644 --- a/lib/copy_this/www/lib/releases.php +++ b/lib/copy_this/www/lib/releases.php @@ -1893,11 +1893,11 @@ class Releases $relid ) ); - $this->pdo->log->doEcho($this->pdo->log->primary('Added release ' . $cleanRelName . '')); + //$this->pdo->log->doEcho($this->pdo->log->primary('Added release ' . $cleanRelName . '')); $returnCount++; if ($this->echoCLI) { - echo "Added $returnCount releases.\r"; + $this->pdo->log->doEcho($this->pdo->log->primary('Added ' . $returnCount . 'releases.')); } }