diff options
Diffstat (limited to 'gdb/dwarf-index-cache.c')
-rw-r--r-- | gdb/dwarf-index-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf-index-cache.c b/gdb/dwarf-index-cache.c index 9513891..7222f05 100644 --- a/gdb/dwarf-index-cache.c +++ b/gdb/dwarf-index-cache.c @@ -115,7 +115,7 @@ index_cache::store (struct dwarf2_per_objfile *dwarf2_per_objfile) /* Try to create the containing directory. */ if (!mkdir_recursive (m_dir.c_str ())) { - warning (_("index cache: could not make cache directory: %s\n"), + warning (_("index cache: could not make cache directory: %s"), safe_strerror (errno)); return; } |