Skip to content

Commit aed636c

Browse files
committed
Minor fix of log text
1 parent 2eb92d7 commit aed636c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/metatrans/commons/app/Application_Base_Ads.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void onCreate() {
2525
super.onCreate();
2626
//Called when the application is starting, before any other application objects have been created.
2727

28-
System.out.println("Application_EC: onCreate called " + System.currentTimeMillis());
28+
System.out.println("Application_Base_Ads: onCreate called " + System.currentTimeMillis());
2929
}
3030

3131

0 commit comments

Comments
 (0)