Change term
This commit is contained in:
parent
3745525489
commit
f3d8690f5c
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ class OpenHumansUploader @Inject constructor(
|
||||||
aapsLogger.info(LTag.OHUPLOADER, "Segmental upload successful")
|
aapsLogger.info(LTag.OHUPLOADER, "Segmental upload successful")
|
||||||
}
|
}
|
||||||
.doOnError {
|
.doOnError {
|
||||||
aapsLogger.error(LTag.OHUPLOADER, "Segmental upload erroneous", it)
|
aapsLogger.error(LTag.OHUPLOADER, "Segmental upload exceptional", it)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun uploadData(maxEntries: Long?): Completable = gatherData(maxEntries)
|
fun uploadData(maxEntries: Long?): Completable = gatherData(maxEntries)
|
||||||
|
|
Loading…
Reference in a new issue