flashtool: add some maybe usefull console output to reboot call

Origin commit data
------------------
Branch: ni/coolstream
Commit: 68ce922da8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-19 (Fri, 19 May 2017)

Origin message was:
------------------
- flashtool: add some maybe usefull console output to reboot call

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-05-19 10:14:51 +02:00
parent 2860523694
commit 4abadfc539

View File

@@ -457,7 +457,9 @@ bool CFlashTool::check_md5( const std::string & filename, const std::string & sm
void CFlashTool::reboot()
{
printf("CFlashTool::reboot: start\n"); //NI
::reboot(RB_AUTOBOOT);
printf("CFlashTool::reboot: done\n"); //NI
::exit(0);
}