X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftentacles%2Ffile_transfer_tentacle.cpp;h=50cc5114b5ea97b1499d48e30d10417d868d6434;hb=fc8ec007bcbe990fc374f1a3019547e13554c496;hp=068e59fb31493a2fd780307cda29cb0004f0f9f2;hpb=f0948278c299055f3add07f3f245d087a54e4aaa;p=feisty_meow.git diff --git a/octopi/library/tentacles/file_transfer_tentacle.cpp b/octopi/library/tentacles/file_transfer_tentacle.cpp index 068e59fb..50cc5114 100644 --- a/octopi/library/tentacles/file_transfer_tentacle.cpp +++ b/octopi/library/tentacles/file_transfer_tentacle.cpp @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include @@ -558,9 +559,13 @@ outcome file_transfer_tentacle::handle_tree_compare_request // before the client starts the transfer. reply->_request = false; // it's a response now. +LOG("storing product from transfer processing"); store_product(reply, item_id); // send back the comparison list. +LOG("now showing bin before return:"); +LOG(get_storage()->text_form()); + return OKAY; }