diff options
Diffstat (limited to 'libktorrent/torrent/chuntdeselector.cpp')
-rw-r--r-- | libktorrent/torrent/chuntdeselector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/torrent/chuntdeselector.cpp b/libktorrent/torrent/chuntdeselector.cpp index b1c42fa..5bbd140 100644 --- a/libktorrent/torrent/chuntdeselector.cpp +++ b/libktorrent/torrent/chuntdeselector.cpp @@ -23,7 +23,7 @@ #include <util/log.h> #include <util/bitset.h> #include "chunkcounter.h" -#include "chunkselector.h" +#include "chuntdeselector.h" #include "chunkmanager.h" #include "downloader.h" #include "peerdownloader.h" @@ -158,7 +158,7 @@ namespace bt // lets do a safety check first if (from >= cman.getNumChunks() || to >= cman.getNumChunks()) { - Out(SYS_DIO|LOG_NOTICE) << "Internal error in chunkselector" << endl; + Out(SYS_DIO|LOG_NOTICE) << "Internal error in chuntdeselector" << endl; return; } |