Tiny code cleanup

This commit is contained in:
Aleksander Nowakowski 2017-07-28 14:11:50 +02:00
parent edb543c331
commit 265a62c13a
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ public abstract class DfuBaseService extends IntentService implements DfuProgres
// We have to wait until device gets disconnected or an error occur
waitUntilDisconnected();
sendLogBroadcast(DfuBaseService.LOG_LEVEL_INFO, "Disconnected");
sendLogBroadcast(LOG_LEVEL_INFO, "Disconnected");
}
/**