Init: Print SQS ARNs after globalEventNotifier is inited. (#2682)

fixes #2681
This commit is contained in:
Krishna Srinivas
2016-09-13 23:30:40 +05:30
committed by Harshavardhana
parent e6fd664331
commit 54a9f59a13
2 changed files with 18 additions and 4 deletions

View File

@@ -416,6 +416,9 @@ func serverMain(c *cli.Context) {
errorIf(err, "intializing object layer failed")
return
}
printEventNotifiers()
objLayerMutex.Lock()
globalObjectAPI = newObject
objLayerMutex.Unlock()