Start error message with lower case.
[deliverable/binutils-gdb.git] / gold / descriptors.cc
index f4a02d03296caaf2cc1b6eeaf12204785b31ac12..db8ad6753dea4b921a479e3b17e909e0308724ac 100644 (file)
@@ -113,8 +113,7 @@ Descriptors::open(int descriptor, const char* name, int flags, int mode)
              {
                Hold_lock hl(*this->lock_);
 
-               gold_error(_("file %s was removed during the link"),
-                          this->open_descriptors_[descriptor].name);
+               gold_error(_("file %s was removed during the link"), name);
              }
 
              errno = ENOENT;
This page took 0.022761 seconds and 4 git commands to generate.