VBOX: Formatting changes to stderr log

This commit is contained in:
Rom Walton 2016-06-14 10:02:51 -07:00
parent d0aec882f2
commit c01f534595
1 changed files with 3 additions and 2 deletions

View File

@ -352,9 +352,10 @@ int VBOX_BASE::dump_screenshot() {
fprintf( fprintf(
stderr, stderr,
"\n" "\n"
" Screen Shot Information (Base64 Encoded PNG):\n" "Screen Shot Information (Base64 Encoded PNG):\n"
"MD5 Signature: %s\n" "MD5 Signature: %s\n"
"Data: %s\n", "Data: %s\n"
"\n",
screenshot_md5, screenshot_md5,
screenshot_encoded.c_str() screenshot_encoded.c_str()
); );