Bug #6012
SMF error message when encountering I/O errors is grammatically wrong
Status:
New
Priority:
Normal
Assignee:
-
Category:
smf
Start date:
2015-06-16
Due date:
% Done:
0%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
svc/configd/backend.c
965 configd_critical( 966 "Backend copy failed: fails to write to %s " 967 "at offset %d: %s\n", dst, w_off, 968 strerror(errno));
"failed to" not "fails to". A similar error exists in the case reads fails.
No data to display