summaryrefslogtreecommitdiff
path: root/src/mongo/db/log_process_details.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/log_process_details.h')
-rw-r--r--src/mongo/db/log_process_details.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mongo/db/log_process_details.h b/src/mongo/db/log_process_details.h
index a41837a6c49..04ef7ddfe5d 100644
--- a/src/mongo/db/log_process_details.h
+++ b/src/mongo/db/log_process_details.h
@@ -30,15 +30,15 @@
namespace mongo {
- /**
- * Writes useful information about the running process to the diagnostic log on startup.
- */
- void logProcessDetails();
+/**
+ * Writes useful information about the running process to the diagnostic log on startup.
+ */
+void logProcessDetails();
- /**
- * Writes useful information about the running process to diagnostic log
- * for after a log rotation.
- */
- void logProcessDetailsForLogRotate();
+/**
+ * Writes useful information about the running process to diagnostic log
+ * for after a log rotation.
+ */
+void logProcessDetailsForLogRotate();
} // namespace mongo