X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=wgltrace.py;h=d1b6ccfe0e4446b74718389d2581eb0dccf3e769;hb=75e8c9b7c7f2f10d9b7f479d45f58d81ea729d30;hp=ea4474d95fe2e3cc16575c1bbfb122b8f90f85f8;hpb=9ed672278e79600c4c7ad34a715ecfc4beda9255;p=apitrace diff --git a/wgltrace.py b/wgltrace.py index ea4474d..d1b6ccf 100644 --- a/wgltrace.py +++ b/wgltrace.py @@ -53,7 +53,7 @@ class WglTracer(GlTracer): print ' %s = (%s)&%s;' % (instance, function.type, f.name); def handle_default(): - print ' OS::DebugMessage("apitrace: unknown function \\"%s\\"\\n", lpszProc);' + print ' OS::DebugMessage("apitrace: warning: unknown function \\"%s\\"\\n", lpszProc);' string_switch('lpszProc', func_dict.keys(), handle_case, handle_default) print ' }'