mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Update log message
This commit is contained in:
parent
45d38e094a
commit
6d79fafe05
@ -183,10 +183,10 @@ async function init(): Promise<State> {
|
||||
// Try to connect to MongoDB
|
||||
try {
|
||||
const db = await initdb(config);
|
||||
log('Info', 'Success to connect to MongoDB');
|
||||
log('Info', 'Successfully connected', 'MongoDB');
|
||||
db.close();
|
||||
} catch (e) {
|
||||
log('Error', `MongoDB: ${e}`);
|
||||
log('Error', `${e}`, 'MongoDB');
|
||||
return State.failed;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user