Modif log on configuration failed

This commit is contained in:
Chteufleur 2015-10-18 18:26:52 +02:00
parent a487b8be97
commit 0402f3d452
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ var (
func init() {
err := cfg.Load(configurationFilePath, mapConfig)
if err != nil {
log.Fatal("Failed to load configuration file located at %s", configurationFilePath, err)
log.Fatal("Failed to load configuration file.", err)
}
// XMPP config