Skip to content

Commit 033f565

Browse files
committed
Fix error when DEBUG is enabled
1 parent bec1156 commit 033f565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mono/metadata/w32handle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ mono_w32handle_set_signal_state (MonoW32Handle *handle_data, gboolean state, gbo
6868
{
6969
#ifdef DEBUG
7070
g_message ("%s: setting state of %p to %s (broadcast %s)", __func__,
71-
handle, state?"TRUE":"FALSE", broadcast?"TRUE":"FALSE");
71+
handle_data, state?"TRUE":"FALSE", broadcast?"TRUE":"FALSE");
7272
#endif
7373

7474
if (state) {

0 commit comments

Comments
 (0)