btDebug: Fix duplicate "bt: " in CALLED entries.

This commit is contained in:
Augustin Cavalier
2024-04-26 16:21:19 -04:00
parent 692ac8f330
commit fd38d7d4c3
+1 -1
View File
@@ -14,7 +14,7 @@
#endif
#define ERROR(x...) dprintf("bt: " x)
#define CALLED(x...) TRACE("bt: CALLED %s\n", __PRETTY_FUNCTION__)
#define CALLED(x...) TRACE("CALLED %s\n", __PRETTY_FUNCTION__)
#endif /* _BTDEBUG_H */