diff options
author | Mike Mazur | 2009-02-16 02:28:43 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-16 02:28:43 +0000 |
commit | efbb44b98af8b2b4d59c00b90034c10d6966f60f (patch) | |
tree | 67ade6119a3daff93808410263502ec48a448152 /OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs | |
parent | - removed OpenSim.Grid.AssetInventoryServer.Metadata class in favor of (diff) | |
download | opensim-SC_OLD-efbb44b98af8b2b4d59c00b90034c10d6966f60f.zip opensim-SC_OLD-efbb44b98af8b2b4d59c00b90034c10d6966f60f.tar.gz opensim-SC_OLD-efbb44b98af8b2b4d59c00b90034c10d6966f60f.tar.bz2 opensim-SC_OLD-efbb44b98af8b2b4d59c00b90034c10d6966f60f.tar.xz |
Standardize logging messages.
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs')
-rw-r--r-- | OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs b/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs index ed56c75..d0f4250 100644 --- a/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs +++ b/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs | |||
@@ -55,8 +55,8 @@ namespace OpenSim.Grid.AssetInventoryServer | |||
55 | 55 | ||
56 | if (!File.Exists(iniFilePath)) | 56 | if (!File.Exists(iniFilePath)) |
57 | { | 57 | { |
58 | m_log.FatalFormat("[CONFIG] File {0} not found, could not load any configuration.", iniFilePath); | 58 | m_log.FatalFormat("[CONFIG]: File {0} not found, could not load any configuration.", iniFilePath); |
59 | m_log.FatalFormat("[CONFIG] Did you copy the AssetInventoryServer.ini.example file to AssetInventoryServer.ini?"); | 59 | m_log.FatalFormat("[CONFIG]: Did you copy the AssetInventoryServer.ini.example file to AssetInventoryServer.ini?"); |
60 | Environment.Exit(1); | 60 | Environment.Exit(1); |
61 | } | 61 | } |
62 | 62 | ||