jsoncoordinatemapping: s/verbose/info/ logging
This commit is contained in:
parent
3dd84cfce1
commit
f224a1755e
@ -56,7 +56,7 @@ JsonCoordinateMapping::load(const JsonArray& strideList)
|
|||||||
int x = strideObj["x"];
|
int x = strideObj["x"];
|
||||||
int y = strideObj["y"];
|
int y = strideObj["y"];
|
||||||
displayMap[i] = Span{length, x, y};
|
displayMap[i] = Span{length, x, y};
|
||||||
Log.verbose("config: Found stride (%d, %d): %d", x, y, length);
|
Log.info("config: Found stride (%d, %d): %d", x, y, length);
|
||||||
maxStrideSize = length > maxStrideSize ? length : maxStrideSize;
|
maxStrideSize = length > maxStrideSize ? length : maxStrideSize;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user