forked from chteufleur/go-xmpp4steam
Modif log on configuration failed
This commit is contained in:
parent
a487b8be97
commit
0402f3d452
2
main.go
2
main.go
|
|
@ -26,7 +26,7 @@ var (
|
||||||
func init() {
|
func init() {
|
||||||
err := cfg.Load(configurationFilePath, mapConfig)
|
err := cfg.Load(configurationFilePath, mapConfig)
|
||||||
if err != nil {
|
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
|
// XMPP config
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue