diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-17 17:39:06 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-17 17:39:30 +0200 |
| commit | e986713657bc5f9880e91ed49dd9b0d0227f048d (patch) | |
| tree | 908d371e60546795c4ca1f9a3b67571b964203c5 /src/io_move_trans.h | |
| parent | 02ce9adf6a9168ec66c322ce9e5a5cb9fe1e60a5 (diff) | |
| download | nissy-core-e986713657bc5f9880e91ed49dd9b0d0227f048d.tar.gz nissy-core-e986713657bc5f9880e91ed49dd9b0d0227f048d.zip | |
Use callback function to log to stderr
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 e36b8e5..14130c7 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 | DBG_LOG("readtrans error\n"); | 52 | _log("readtrans error\n"); |
| 53 | return _error; | 53 | return _error; |
| 54 | } | 54 | } |
| 55 | 55 | ||
