Update keydive.js

This commit is contained in:
JohnDoe1964 2024-07-15 17:55:56 +01:00 committed by GitHub
parent e6f97e0649
commit 1836a2245c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ const disableLibrary = (name) => {
print(Level.ERROR, `${e.message} for ${func.name}`); print(Level.ERROR, `${e.message} for ${func.name}`);
} }
}); });
print(Level.INFO, `The library ${library.name} (${library.address}) has been disabled`); print(Level.INFO, `The library ${library.name} (${library.base}) has been disabled`);
} else { } else {
print(Level.DEBUG, `The library ${name} was not found`); print(Level.DEBUG, `The library ${name} was not found`);
} }