summaryrefslogtreecommitdiff
path: root/src/fruits
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-04-17 10:03:43 -0400
committerAndrew Opalach <andrew@akon.city> 2025-04-17 10:03:43 -0400
commiteccba12e1fe3c1b9510e274cd8ddfa94bba6f489 (patch)
tree43cef769c453fcb3854f80cb5f1831d512098167 /src/fruits
parentae8822ec0327c4d5674f1dc79de926b230f27f1f (diff)
downloadcamu-eccba12e1fe3c1b9510e274cd8ddfa94bba6f489.tar.gz
camu-eccba12e1fe3c1b9510e274cd8ddfa94bba6f489.tar.bz2
camu-eccba12e1fe3c1b9510e274cd8ddfa94bba6f489.zip
Implement logging changes and cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/fruits')
-rw-r--r--src/fruits/cmc/ui/ui.c2
-rw-r--r--src/fruits/cmv/cmv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fruits/cmc/ui/ui.c b/src/fruits/cmc/ui/ui.c
index b830042..88c9c5d 100644
--- a/src/fruits/cmc/ui/ui.c
+++ b/src/fruits/cmc/ui/ui.c
@@ -1,5 +1,5 @@
-#include <al/lib.h>
#include <al/log.h>
+#include <al/lib.h>
#include "ui.h"
#include "ext.h"
diff --git a/src/fruits/cmv/cmv.c b/src/fruits/cmv/cmv.c
index 834e95a..7fc6baa 100644
--- a/src/fruits/cmv/cmv.c
+++ b/src/fruits/cmv/cmv.c
@@ -251,7 +251,7 @@ s32 main(s32 argc, char *argv[])
str arg;
#ifdef NAUNET_ON_WINDOWS
if (!al_str_from_wstr(&arg, &al_wstr_cr(argv[i]))) {
- error("Failed to convert argument #%i from a wide string.", i);
+ log_error("Failed to convert argument #%i from a wide string.", i);
continue;
}
#else