mirror of https://github.com/BOINC/boinc.git
VBOX: Formatting changes to stderr log
This commit is contained in:
parent
d0aec882f2
commit
c01f534595
|
@ -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()
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue