From efbb44b98af8b2b4d59c00b90034c10d6966f60f Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Mon, 16 Feb 2009 02:28:43 +0000 Subject: Standardize logging messages. --- OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs') 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 if (!File.Exists(iniFilePath)) { - m_log.FatalFormat("[CONFIG] File {0} not found, could not load any configuration.", iniFilePath); - m_log.FatalFormat("[CONFIG] Did you copy the AssetInventoryServer.ini.example file to AssetInventoryServer.ini?"); + m_log.FatalFormat("[CONFIG]: File {0} not found, could not load any configuration.", iniFilePath); + m_log.FatalFormat("[CONFIG]: Did you copy the AssetInventoryServer.ini.example file to AssetInventoryServer.ini?"); Environment.Exit(1); } -- cgit v1.1