diff options
| author | Leslie Linden <leslie@lindenlab.com> | 2011-10-07 12:22:00 -0700 |
|---|---|---|
| committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-07 12:22:00 -0700 |
| commit | 1965e32238927ee675253af412223d36fe19d803 (patch) | |
| tree | 61ff961ca846dc2d8d698725481db5c019e67d01 /indra/llui/llcommandmanager.cpp | |
| parent | 3ba9bd536b036fda89d467729870cfac0c5727b8 (diff) | |
| parent | ca2f043ffeb0b6f7c0a5ea171411c45f6dcc0bf4 (diff) | |
Merge
Diffstat (limited to 'indra/llui/llcommandmanager.cpp')
| -rw-r--r-- | indra/llui/llcommandmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llcommandmanager.cpp b/indra/llui/llcommandmanager.cpp index 9ce7533e1b..1b87f20d12 100644 --- a/indra/llui/llcommandmanager.cpp +++ b/indra/llui/llcommandmanager.cpp @@ -152,7 +152,7 @@ bool LLCommandManager::load() if (!commandsParams.validateBlock()) { - llerrs << "Unable to validate commands param block from file: " << commands_file << llendl; + llerrs << "Invalid commands file: " << commands_file << llendl; return false; } |
