Removed wrong package info

This commit is contained in:
Andrea Cavalli 2020-08-20 13:47:58 +02:00
parent 0e2d613186
commit 95ae06052d
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ public class CantLoadLibrary extends RuntimeException {
* Creates a new CantLoadLibrary exception.
*/
CantLoadLibrary() {
super("FATAL: org.ernytech.tdlib.utils.Init failled when load tdlib library, execution can't continue");
super("FATAL: Init failled when load tdlib library, execution can't continue");
}
}