Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
paolodenti committed Feb 8, 2018
1 parent b825ee8 commit e504179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class App {
private static Logger logger = LoggerFactory.getLogger("telegram_test.com.github.paolodenti.telegram.test.AppTest");
private static Logger logger = LoggerFactory.getLogger("App");
public static void main(String[] args) {
logger.error("Telegram rulez!");
Expand Down

0 comments on commit e504179

Please sign in to comment.