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/solvers/coord/utils.h | |
| parent | 691da8f06614418ed847bdeefa4e708c372a3ecf (diff) | |
| download | nissy-core-3485be851f4fff1c9c6fe621f0619d2b4103bc06.tar.gz nissy-core-3485be851f4fff1c9c6fe621f0619d2b4103bc06.zip | |
Improved logging, especially for solve
Diffstat (limited to '')
| -rw-r--r-- | src/solvers/coord/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/coord/utils.h b/src/solvers/coord/utils.h index 5407de3..ef3f817 100644 --- a/src/solvers/coord/utils.h +++ b/src/solvers/coord/utils.h | |||
| @@ -59,7 +59,7 @@ dataid_coord(const char *ca, char dataid[static NISSY_SIZE_DATAID]) | |||
| 59 | parse_coord_and_axis(strlen(ca), ca, &c, NULL); | 59 | parse_coord_and_axis(strlen(ca), ca, &c, NULL); |
| 60 | 60 | ||
| 61 | if (c == NULL) { | 61 | if (c == NULL) { |
| 62 | LOG("dataid_coord: cannot parse coordinate from '%s'\n", ca); | 62 | LOG("Error: cannot parse coordinate from '%s'\n", ca); |
| 63 | return NISSY_ERROR_INVALID_SOLVER; | 63 | return NISSY_ERROR_INVALID_SOLVER; |
| 64 | } | 64 | } |
| 65 | 65 | ||
