mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'maint-0.2.2'
This commit is contained in:
+1
-1
@@ -2093,7 +2093,7 @@ read_file_to_str(const char *filename, int flags, struct stat *stat_out)
|
||||
int save_errno = errno;
|
||||
if (errno == ENOENT && (flags & RFTS_IGNORE_MISSING))
|
||||
severity = LOG_INFO;
|
||||
log_fn(severity, LD_FS,"Could not open \"%s\": %s ",filename,
|
||||
log_fn(severity, LD_FS,"Could not open \"%s\": %s",filename,
|
||||
strerror(errno));
|
||||
errno = save_errno;
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user