Skip to content

Commit 16533d4

Browse files
mrawdepixar-oss
authored andcommitted
[tf] Emit TfDebugSymbolEnableChangedNotice when the debug flag value changes
Previously, this would emit the "symbols changed" which is meant to notify when the list of available debug flags has changed. (Internal change: 2361025)
1 parent e5b43d6 commit 16533d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pxr/base/tf/debug.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class ARCH_HIDDEN Tf_DebugSymbolRegistry {
207207

208208
if (changed && _initialized) {
209209
lock.release();
210-
TfDebugSymbolsChangedNotice().Send();
210+
TfDebugSymbolEnableChangedNotice().Send();
211211
}
212212
}
213213

0 commit comments

Comments
 (0)