Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136943086
D22346.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
850 B
Referenced Files
None
Subscribers
None
D22346.id.diff
View Options
Index: head/stand/libsa/nfs.c
===================================================================
--- head/stand/libsa/nfs.c
+++ head/stand/libsa/nfs.c
@@ -486,7 +486,8 @@
#ifdef NFS_DEBUG
if (debug)
- printf("nfs_open: %s (rootpath=%s)\n", upath, rootpath);
+ printf("nfs_open: %s (rootip=%s rootpath=%s)\n", upath,
+ inet_ntoa(rootip), rootpath);
#endif
if (!rootpath[0]) {
printf("no rootpath, no nfs\n");
@@ -691,14 +692,14 @@
if (cc == -1) {
#ifdef NFS_DEBUG
if (debug)
- printf("nfs_read: read: %s", strerror(errno));
+ printf("nfs_read: read: %s\n", strerror(errno));
#endif
return (errno); /* XXX - from nfs_readdata */
}
if (cc == 0) {
#ifdef NFS_DEBUG
if (debug)
- printf("nfs_read: hit EOF unexpectantly");
+ printf("nfs_read: hit EOF unexpectedly\n");
#endif
goto ret;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 21, 6:55 PM (5 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25788000
Default Alt Text
D22346.id.diff (850 B)
Attached To
Mode
D22346: Logging improvements to loader::nfs
Attached
Detach File
Event Timeline
Log In to Comment