diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-19 12:28:52 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-19 12:28:52 +0200 |
| commit | 3485be851f4fff1c9c6fe621f0619d2b4103bc06 (patch) | |
| tree | 894197f164a7ef66801ae3a701fb10a3c1e3f5e3 /src/core/io_moves.h | |
| parent | 691da8f06614418ed847bdeefa4e708c372a3ecf (diff) | |
| download | nissy-core-3485be851f4fff1c9c6fe621f0619d2b4103bc06.tar.gz nissy-core-3485be851f4fff1c9c6fe621f0619d2b4103bc06.zip | |
Improved logging, especially for solve
Diffstat (limited to 'src/core/io_moves.h')
| -rw-r--r-- | src/core/io_moves.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/io_moves.h b/src/core/io_moves.h index c94b6b7..97926cc 100644 --- a/src/core/io_moves.h +++ b/src/core/io_moves.h | |||
| @@ -14,7 +14,7 @@ STATIC int64_t writemoves(size_t n, const uint8_t [n], size_t m, char [m]); | |||
| 14 | if (*VAR_B == '\0' || ARG_C == ARG_MAX) \ | 14 | if (*VAR_B == '\0' || ARG_C == ARG_MAX) \ |
| 15 | break; \ | 15 | break; \ |
| 16 | if ((VAR_MOVE_NOMOD = readmove(*VAR_B)) == UINT8_ERROR) { \ | 16 | if ((VAR_MOVE_NOMOD = readmove(*VAR_B)) == UINT8_ERROR) { \ |
| 17 | LOG("Error: unknown move '%c'\n", *VAR_B); \ | 17 | LOG("Unknown move: %c\n", *VAR_B); \ |
| 18 | return RET_ERROR; \ | 18 | return RET_ERROR; \ |
| 19 | } \ | 19 | } \ |
| 20 | if ((VAR_MOD = readmodifier(*(VAR_B+1))) != 0) \ | 20 | if ((VAR_MOD = readmodifier(*(VAR_B+1))) != 0) \ |
