summaryrefslogtreecommitdiff
path: root/src/code/graph.c
diff options
context:
space:
mode:
authorRandom <28494085+Random0666@users.noreply.github.com>2020-04-04 19:28:53 +0200
committerRandom <28494085+Random0666@users.noreply.github.com>2020-04-04 19:28:53 +0200
commit168d90b6b0a5dcd8b76a2a7bb2525453f9df1e45 (patch)
treea38725e39f71069228655bbe047d45a738ec1ccf /src/code/graph.c
parentfed29c029c2d545f1491e71e5193ff0f0e660c6d (diff)
Add log macros
- Add log macros required to match `Graph_GetNextGameState`
Diffstat (limited to 'src/code/graph.c')
-rw-r--r--src/code/graph.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/code/graph.c b/src/code/graph.c
index 997bcd443..e29453bf2 100644
--- a/src/code/graph.c
+++ b/src/code/graph.c
@@ -124,8 +124,7 @@ GameStateOverlay* Graph_GetNextGameState() {
return &gGameStateOverlayTable[5];
}
- LogUtils_LogThreadId("../graph.c", 696);
- osSyncPrintf("game_init_func = %08x\n", game_init_func);
+ LOG_ADDRESS("game_init_func", game_init_func, "../graph.c", 696);
return NULL;
}