Skip to content

Commit

Permalink
Change debug variable
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Jun 5, 2020
1 parent 79025e4 commit 49d1a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimqml.nim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ template debugMsg(message: string) =
echo "NimQml: ", message

template debugMsg(typeName: string, procName: string) =
when defined(debug):
when defined(debugNimQml):
var message = typeName
message &= ": "
message &= procName
Expand Down

0 comments on commit 49d1a72

Please sign in to comment.