Disabled output of added releases.

This commit is contained in:
Darko
2014-11-14 09:34:45 +01:00
parent 3ee42f7c91
commit 42c896e2bc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 ."]: ",
+2 -2
View File
@@ -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.'));
}
}