diff options
Diffstat (limited to 'src/solvers/coord/utils.h')
| -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 | ||
