commit | 1fba509527beb74bdcf50bc07ad3cd8244ad9c61 | [log] [tgz] |
---|---|---|
author | Le Tan <tamlokveer@gmail.com> | Sat May 10 07:55:22 2014 +0800 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Mon May 26 10:41:22 2014 +0400 |
tree | 44a3c3010044ff36c64a1e363866322a4eabbdb2 | |
parent | 69e995040c3dc31274c8fd2732391192272ec465 [diff] |
bsd-user: replace fprintf(stderr, ...) with error_report() Replace fprintf(stderr,...) with error_report() in files bsd-user/*. The trailing "\n"s of the @fmt argument have been removed because @fmt of error_report() should not contain newline. Signed-off-by: Le Tan <tamlokveer@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>