mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 02:38:11 +00:00
[Android] Fix a logging message in GPLWaiverDialogFragment. Thanks to Alcaro for pointing it out.
This commit is contained in:
parent
e33c219b10
commit
4562f865b8
@ -52,7 +52,7 @@ public final class GPLWaiverDialogFragment extends DialogFragment
|
||||
if (!gplv3 && !gplv2)
|
||||
{
|
||||
String libName = lib.getName();
|
||||
Log.i("GPL WAIVER", "Deleting non-GPL core" + libName + "...");
|
||||
Log.i("GPL WAIVER", "Deleting non-GPL core " + libName + "...");
|
||||
lib.delete();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user