diff options
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 | ||