summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2015-07-06 10:56:37 +0200
committerUrban Müller2015-07-06 10:56:37 +0200
commit7410b5205ed9eb7fd9d9e13430796e720bb9d8ce (patch)
tree5c64958d670242a840c8a3584cfec09a2d46deda /it.class
parent231b8a0ecee301699e202988d88de077a95ac0f9 (diff)
downloaditools-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.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index adb3f6b..494fb1b 100644
--- a/it.class
+++ b/it.class
@@ -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'])
{