We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed5e40 commit c37ec1bCopy full SHA for c37ec1b
src/Main.cc
@@ -393,7 +393,7 @@ static int TraceTclCommand(
393
Tcl_Obj *fullName = Tcl_NewObj();
394
Tcl_GetCommandFullName(interp, commandToken, fullName);
395
string fullName_str = Tcl_GetString(fullName);
396
- if(fullName_str.compare(0, 7, "::sta::") ==0){
+ if(fullName_str.compare(0, 7, "::sta::")!=0){
397
logger->report("[CMD] "+cmd_str);
398
}
399
0 commit comments