Remove newlines from warnings
[deliverable/binutils-gdb.git] / gdb / dwarf-index-cache.c
index 9513891a45fc9a265fba36747589d0a77ef92c13..7222f0528d7af82bd1d67ac763e2f42b4f9de92e 100644 (file)
@@ -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;
        }
This page took 0.023761 seconds and 4 git commands to generate.