Standardize log levels used by logging statements across the project
[babeltrace.git] / src / common / common.h
index ef9a715fed9871aeb8c4310eb713f41993c0dc8f..570eec67cbe51d5d94db8370693a3eba2807d1ba 100644 (file)
@@ -348,7 +348,7 @@ ssize_t bt_common_read(int fd, void *buf, size_t count)
                if (ret < 0) {
                        if (errno == EINTR) {
 #ifdef BT_LOGD_STR
-                               BT_LOGD_STR("read() call interrupted. Retrying...");
+                               BT_LOGD_STR("read() call interrupted; retrying...");
 #endif
                                /* retry operation */
                                continue;
This page took 0.023756 seconds and 4 git commands to generate.