aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/coord/utils.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-19 12:28:52 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-19 12:28:52 +0200
commit3485be851f4fff1c9c6fe621f0619d2b4103bc06 (patch)
tree894197f164a7ef66801ae3a701fb10a3c1e3f5e3 /src/solvers/coord/utils.h
parent691da8f06614418ed847bdeefa4e708c372a3ecf (diff)
downloadnissy-core-3485be851f4fff1c9c6fe621f0619d2b4103bc06.tar.gz
nissy-core-3485be851f4fff1c9c6fe621f0619d2b4103bc06.zip
Improved logging, especially for solve
Diffstat (limited to 'src/solvers/coord/utils.h')
-rw-r--r--src/solvers/coord/utils.h2
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

Generated with cgit - Back to sebastiano.tronto.net