Time Nick Message 01:40 ShadowNinja So, I guess I'll push https://gist.github.com/ShadowNinja/9194308 in 15 minutes.. 01:41 ShadowNinja What about these? http://ix.io/aIH 01:43 Exio4 std::cout ... 01:44 ShadowNinja Exio4: Yep, error/info/d/actionstream don't support \r properly. (They convert it to \n) 01:48 Exio4 whatever, i still don't find that an enough reason for avoiding the "proper ways" 01:50 ShadowNinja Seems like it's because of this... http://pastebin.ubuntu.com/6992166/ 01:52 Exio4 why is that wrong though 01:52 Exio4 can't <..>stream get printed into the debug file? 01:53 ShadowNinja Or not... And yes, it can be. 01:54 Exio4 so why would anyone want an \r in a file, i would like to ask 01:54 Exio4 ShadowNinja: what is the point of discarding long messages btw 01:54 Exio4 why can't you do what c55 said of showing only the first X chars and then show the "full message" in console or so 01:57 ShadowNinja Exio4: Becuase the console and regular view use the same buffer. But I changed it so that it shows the full message and sends a shortened one. PM on why it's needed. 12:29 Megaf Helllo 15:19 celeron55_ ShadowNinja: wtf 15:19 celeron55_ ShadowNinja: why do you keep doing this std::cout stuff 15:19 celeron55_ stop it right now and do proper solutions 15:20 celeron55_ if you want to show a progress thing like that, you also have to log it in some sane way to the log file 15:24 celeron55_ print something like "Starting migration from whatever to whatever" and "Migration finished" 15:25 celeron55_ also why is it std::cout, isn't std::cerr for status messages? 15:27 celeron55_ also, does that \r thing work on windows?