diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llvfs/llvfs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llvfs/llvfs.cpp b/linden/indra/llvfs/llvfs.cpp index b3d02a5..d6c9278 100644 --- a/linden/indra/llvfs/llvfs.cpp +++ b/linden/indra/llvfs/llvfs.cpp | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2002-2008, Linden Research, Inc. | 7 | * Copyright (c) 2002-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -1266,7 +1266,7 @@ void LLVFS::eraseBlockLength(LLVFSBlock *block) | |||
1266 | } | 1266 | } |
1267 | if(!found_block) | 1267 | if(!found_block) |
1268 | { | 1268 | { |
1269 | llwarns << "eraseBlock could not find block" << llendl; | 1269 | llerrs << "eraseBlock could not find block" << llendl; |
1270 | } | 1270 | } |
1271 | } | 1271 | } |
1272 | 1272 | ||