mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-16 16:47:15 +00:00
Logging
This commit is contained in:
parent
c26073b2a3
commit
e0e98f0ec1
@ -97,7 +97,10 @@ bool AmsDataStorage::update(AmsData* data) {
|
||||
}
|
||||
}
|
||||
|
||||
if(data->getListType() < 3) return false;
|
||||
if(data->getListType() < 3) {
|
||||
debugger->printf("(AmsDataStorage) Not enough data in list type: %d\n", data->getListType());
|
||||
return false;
|
||||
}
|
||||
|
||||
bool ret = false;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user