diff options
author | Urban Müller | 2015-07-06 10:56:37 +0200 |
---|---|---|
committer | Urban Müller | 2015-07-06 10:56:37 +0200 |
commit | 7410b5205ed9eb7fd9d9e13430796e720bb9d8ce (patch) | |
tree | 5c64958d670242a840c8a3584cfec09a2d46deda /it.class | |
parent | 231b8a0ecee301699e202988d88de077a95ac0f9 (diff) | |
download | itools-7410b5205ed9eb7fd9d9e13430796e720bb9d8ce.tar.gz itools-7410b5205ed9eb7fd9d9e13430796e720bb9d8ce.tar.bz2 itools-7410b5205ed9eb7fd9d9e13430796e720bb9d8ce.zip |
avoid confusion when affected machine not reporting machine
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ static function error($p = array()) if ($sendmail) # we're mailing: send maximum info { - $p['title'] = "Alert: " . $p['title'] . " (on " . getenv('HOSTNAME') . ")"; + $p['title'] = "Alert: " . $p['title'] . " (by " . getenv('HOSTNAME') . ")"; if (!$p['omitdebuginfo']) { |