Advertisement
Guest User

Untitled

a guest
Jul 5th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MPASM 0.93 KB | None | 0 0
  1. Closing down database pool 'characters'.
  2. Asynchronous connections on database pool 'characters' terminated. Proceeding with synchronous connections.
  3. MySQLConnection::~MySQLConnection()
  4. MySQLConnection::~MySQLConnection()
  5. MySQLConnection::~MySQLConnection()
  6. All connections on databasepool characters closed.
  7. Closing down databasepool 'world'.
  8. MySQLConnection::~MySQLConnection()
  9. Asynchronous connections on databasepool 'world' terminated. Proceeding with synchronous connections.
  10. MySQLConnection::~MySQLConnection()
  11. All connections on databasepool world closed.
  12. Closing down databasepool 'auth'.
  13. MySQLConnection::~MySQLConnection()
  14. Asynchronous connections on databasepool 'auth' terminated. Proceeding with synchronous connections.
  15. MySQLConnection::~MySQLConnection()
  16. All connections on databasepool auth closed.
  17. Halting process...
  18. ~DatabaseWorkerPool for 'auth'.
  19. ~DatabaseWorkerPool for 'characters'.
  20. ~DatabaseWorkerPool for 'world'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement