Cosmetics

This commit is contained in:
afischerdev 2021-11-18 10:35:50 +01:00
parent 3fddf3bd32
commit 7fa59d65db
2 changed files with 2 additions and 2 deletions

View file

@ -214,7 +214,7 @@ public class BRouterView extends View
assertDirectoryExists( "modes directory", modesDir, "modes.zip", version );
assertDirectoryExists( "readmes directory", new File (basedir, "brouter/readmes"), "readmes.zip", version );
File inputDir = new File (basedir, "/import");
File inputDir = new File (basedir, "brouter/import");
assertDirectoryExists( "input directory", inputDir, null, version );
// new init is done move old files

View file

@ -132,7 +132,7 @@ public class DownloadService extends Service implements ProgressListener {
public void downloadFiles() {
// first check lookup table and prifles
// first check lookup table and profiles
String result = checkScripts();
if ( result != null) {
if (DEBUG) Log.d("BR", "error: " + result);