diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs b/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs index 2f9dd0c..b28df8d 100644 --- a/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs +++ b/OpenSim/Region/CoreModules/Scripting/EMailModules/EmailModule.cs | |||
@@ -302,7 +302,7 @@ namespace OpenSim.Region.CoreModules.Scripting.EmailModules | |||
302 | emailMessage.Send(smtpServer); | 302 | emailMessage.Send(smtpServer); |
303 | 303 | ||
304 | //Log | 304 | //Log |
305 | m_log.Info("[EMAIL] EMail sent to: " + address + " from object: " + objectID.ToString()); | 305 | m_log.Info("[EMAIL] EMail sent to: " + address + " from object: " + objectID.ToString() + "@" + m_HostName); |
306 | } | 306 | } |
307 | catch (Exception e) | 307 | catch (Exception e) |
308 | { | 308 | { |