From 1e48971c86341d0807be6cfc6ea740ff3a2acafe Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 3 Feb 2017 22:33:53 -0500 Subject: Added more debug text --- advice.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'advice.cpp') diff --git a/advice.cpp b/advice.cpp index c78c705..3428512 100644 --- a/advice.cpp +++ b/advice.cpp @@ -312,6 +312,8 @@ void advice::run() const long media_id = client_->uploadMedia("image/png", (const char*) outputimg.data(), outputimg.length()); client_->updateStatus(tweetText, {media_id}); + + std::cout << "Tweeted!" << std::endl << "Waiting..." << std::endl; std::this_thread::sleep_for(std::chrono::hours(1)); } catch (const could_not_get_images& ex) -- cgit 1.4.1