log error while setting it
This commit is contained in:
parent
87465ff69b
commit
e4e87e8cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ namespace test {
|
|||
usleep (100000); // pause 100ms prior to modifying
|
||||
|
||||
if (DESTRUCTION_CODE == secretValue)
|
||||
lumiera_error_set(LUMIERA_ERROR_SPECIAL, 0);
|
||||
LUMIERA_ERROR_SET(test, SPECIAL, 0);
|
||||
else
|
||||
aValue_ = secretValue+42;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue