Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144544715
D31393.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
526 B
Referenced Files
None
Subscribers
None
D31393.diff
View Options
diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c
--- a/sbin/savecore/savecore.c
+++ b/sbin/savecore/savecore.c
@@ -1316,7 +1316,6 @@
for (i = 0; i < argc; i++)
DoFile(savedir, savedirfd, devs[i]);
- /* Emit minimal output. */
if (nfound == 0) {
if (checkfor) {
if (verbose)
@@ -1333,6 +1332,8 @@
exit(1);
} else if (verbose)
logmsg(LOG_WARNING, "no unsaved dumps found");
+ } else if (verbose) {
+ logmsg(LOG_NOTICE, "%d cores saved in %s\n", nsaved, savedir);
}
return (0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 10, 10:06 AM (6 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28620500
Default Alt Text
D31393.diff (526 B)
Attached To
Mode
D31393: savecore: emit information about saved cores under verbose
Attached
Detach File
Event Timeline
Log In to Comment