- Timestamp:
- Aug 5, 2017, 11:21:53 PM (8 years ago)
- Branches:
- master
- Children:
- 8a06468
- Parents:
- 4511ac3
- git-author:
- Jason Gross <jgross@mit.edu> (08/05/17 22:16:26)
- git-committer:
- Jason Gross <jasongross9@gmail.com> (08/05/17 23:21:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
logging.c
r4511ac3 r253f37f 257 257 #endif 258 258 259 static void owl_log_file_error(owl_log_entry *msg, int ret)259 static void owl_log_file_error(owl_log_entry *msg, int errnum) 260 260 { 261 261 owl_log_error("Unable to open file for logging: %s (file %s)", 262 g_strerror( ret),262 g_strerror(errnum), 263 263 msg->filename); 264 264 }
Note: See TracChangeset
for help on using the changeset viewer.