diff --git a/indra/llcommon/llprocess.cpp b/indra/llcommon/llprocess.cpp
index 9c4951759811f159f46f50b0b4dbb4d33536b63d..ad8e3a930e541a06cd14bad21727e8dc15ece6b3 100644
--- a/indra/llcommon/llprocess.cpp
+++ b/indra/llcommon/llprocess.cpp
@@ -367,7 +367,7 @@ class ReadPipeImpl: public LLProcess::ReadPipe
 				// received. Make sure we commit those later. (Don't commit them
 				// now, that would invalidate the buffer iterator sequence!)
 				tocommit += gotten;
-				LL_DEBUGS("LLProcess") << "read " << gotten << " of " << toread
+				LL_DEBUGS("LLProcess") << "filled " << gotten << " of " << toread
 									   << " bytes from " << mDesc << LL_ENDL;
 
 				// The parent end of this pipe is nonblocking. If we weren't even