Tests: add session auto-loading test cases
[lttng-tools.git] / src / common / config / session-config.c
index ed836f17e9d70e3d9cc5e0d3ea9eaf8d7e386b55..518fde70b5e63d1d244369ca634d0a647bb75f21 100644 (file)
@@ -3032,7 +3032,7 @@ int load_session_from_path(const char *path, const char *session_name,
                        errno = 0;
                        result = readdir(directory);
 
-                       /* Reached end of dir stream or error out */
+                       /* Reached end of dir stream or error out. */
                        if (!result) {
                                if (errno) {
                                        PERROR("Failed to enumerate the contents of path \"%s\" while loading session, readdir returned", path);
This page took 0.024017 seconds and 5 git commands to generate.