output split across two lines
This commit is contained in:
parent
106fd16ac2
commit
94fcbd587e
@ -87,8 +87,8 @@ ReturnValue_t LinuxLibgpioIF::configureRegularGpio(gpioId_t gpioId, GpiodRegular
|
|||||||
lineNum = regularGpio->lineNum;
|
lineNum = regularGpio->lineNum;
|
||||||
lineHandle = gpiod_chip_get_line(chip, lineNum);
|
lineHandle = gpiod_chip_get_line(chip, lineNum);
|
||||||
if (!lineHandle) {
|
if (!lineHandle) {
|
||||||
sif::error << "LinuxLibgpioIF::configureGpios: Failed to open line for GPIO "
|
sif::warning << "LinuxLibgpioIF::configureGpios: Failed to open line for GPIO" << std::endl;
|
||||||
"with ID " << gpioId << "with line number " << lineNum <<
|
sif::warning << "GPIO ID " << gpioId << "with line number " << lineNum <<
|
||||||
" and chipname " << chipname << std::endl;
|
" and chipname " << chipname << std::endl;
|
||||||
gpiod_chip_close(chip);
|
gpiod_chip_close(chip);
|
||||||
return RETURN_FAILED;
|
return RETURN_FAILED;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user