Skip to content

Commit

Permalink
FIXED: Debug was left on
Browse files Browse the repository at this point in the history
  • Loading branch information
XenHat committed Aug 6, 2014
1 parent cb0dabc commit 53f9a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccng v2.lsl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ list g_originalColors = [];
list g_primsToRecolor = [];
integer has_controls = 0;
// Debug system //
integer g_MessagesLevel = 2; // Verbosity.
integer g_MessagesLevel = 0; // Verbosity.
ErrorMessage(string dm) { if (g_MessagesLevel >= 1) llOwnerSay("E: " + dm); }
InfoMessage(string dm) { if (g_MessagesLevel >= 2) llOwnerSay("I: " + dm); }
DebugMessage(string dm) { if (g_MessagesLevel >= 3) llOwnerSay("D: " + dm); }
Expand Down

0 comments on commit 53f9a33

Please sign in to comment.