Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160371745
D24099.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
634 B
Referenced Files
None
Subscribers
None
D24099.diff
View Options
Index: head/usr.sbin/bhyve/pci_fbuf.c
===================================================================
--- head/usr.sbin/bhyve/pci_fbuf.c
+++ head/usr.sbin/bhyve/pci_fbuf.c
@@ -135,7 +135,7 @@
sc = pi->pi_arg;
DPRINTF(DEBUG_VERBOSE,
- ("fbuf wr: offset 0x%lx, size: %d, value: 0x%lx\n",
+ ("fbuf wr: offset 0x%lx, size: %d, value: 0x%lx",
offset, size, value));
if (offset + size > DMEMSZ) {
@@ -217,7 +217,7 @@
}
DPRINTF(DEBUG_VERBOSE,
- ("fbuf rd: offset 0x%lx, size: %d, value: 0x%lx\n",
+ ("fbuf rd: offset 0x%lx, size: %d, value: 0x%lx",
offset, size, value));
return (value);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 8:08 PM (8 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34292164
Default Alt Text
D24099.diff (634 B)
Attached To
Mode
D24099: Bhyve: DPRINTF already includes newline, so don't add another
Attached
Detach File
Event Timeline
Log In to Comment