diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-20 14:07:51 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-20 14:07:51 +0200 |
| commit | 71c0188306377940ae172dceb58f2bd5f4fcdb4f (patch) | |
| tree | 7f08457ecfb35f908ec26929ebd84d8a0ca125ae /src/io_move_trans.h | |
| parent | e986713657bc5f9880e91ed49dd9b0d0227f048d (diff) | |
| download | nissy-core-71c0188306377940ae172dceb58f2bd5f4fcdb4f.tar.gz nissy-core-71c0188306377940ae172dceb58f2bd5f4fcdb4f.zip | |
Changed logger from va_args to ...
Diffstat (limited to 'src/io_move_trans.h')
| -rw-r--r-- | src/io_move_trans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io_move_trans.h b/src/io_move_trans.h index 14130c7..cfeb93c 100644 --- a/src/io_move_trans.h +++ b/src/io_move_trans.h | |||
| @@ -49,7 +49,7 @@ readtrans(const char *buf) | |||
| 49 | if (!strncmp(buf, transstr[t], 11)) | 49 | if (!strncmp(buf, transstr[t], 11)) |
| 50 | return t; | 50 | return t; |
| 51 | 51 | ||
| 52 | _log("readtrans error\n"); | 52 | LOG("readtrans error\n"); |
| 53 | return _error; | 53 | return _error; |
| 54 | } | 54 | } |
| 55 | 55 | ||
