Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKissaki <kissaki@gmx.de>2013-12-06 21:27:20 +0400
committerKissaki <kissaki@gmx.de>2013-12-06 21:27:20 +0400
commit67914c3c79b528acde481d0e3d78cf366cfb6a7d (patch)
treec4fc54e9e708efc1eab24e4e97f9af974f8a06cb /overlay/d3d10.cpp
parent61391ae41e0c73da281044f61184c56a2b803914 (diff)
Logtextfix. Logically format code.
* Fix log message text * Format injection code logically, consistent to overlay injection code.
Diffstat (limited to 'overlay/d3d10.cpp')
-rw-r--r--overlay/d3d10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/d3d10.cpp b/overlay/d3d10.cpp
index db30b527b..689f5cee5 100644
--- a/overlay/d3d10.cpp
+++ b/overlay/d3d10.cpp
@@ -258,7 +258,7 @@ bool D10State::init() {
if (pD3D10CreateEffectFromMemory == NULL
|| pD3D10CreateStateBlock == NULL
|| pD3D10StateBlockMaskEnableAll == NULL) {
- ods("D3D10: Could get handles for all required for state initialization");
+ ods("D3D10: Could not get handles for all required D3D10 state initialization functions");
return false;
}