diff options
author | Josh Blum | 2012-09-29 11:37:28 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-29 11:37:28 -0700 |
commit | abfb98c1e4e468b994aecc0899dae9064d2477da (patch) | |
tree | 8eaaae7a7e8a57e4ccff9d53abfa8efa7b11beeb /lib/block_task.cpp | |
parent | a4a860b2b710e61c103a36edebdd9b4d79732c38 (diff) | |
download | sandhi-abfb98c1e4e468b994aecc0899dae9064d2477da.tar.gz sandhi-abfb98c1e4e468b994aecc0899dae9064d2477da.tar.bz2 sandhi-abfb98c1e4e468b994aecc0899dae9064d2477da.zip |
gnuradio core mostly passing with apology fixes
Diffstat (limited to 'lib/block_task.cpp')
-rw-r--r-- | lib/block_task.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_task.cpp b/lib/block_task.cpp index 176b161..761e923 100644 --- a/lib/block_task.cpp +++ b/lib/block_task.cpp @@ -74,7 +74,7 @@ void BlockActor::mark_done(void) void BlockActor::handle_task(void) { #ifdef WORK_DEBUG - WorkDebugPrinter WDP(this->name); + WorkDebugPrinter WDP(block_ptr->to_string()); #endif //------------------------------------------------------------------ |