]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/error.c
Imported upstream 1.2.8
[nfs-utils.git] / utils / mount / error.c
index 1b64bd7fb1c9d4267ff88646b5836f4335b4bac4..f8fc13fea3d794048e73cd05a2eaa9d2d0bd27c3 100644 (file)
@@ -16,8 +16,8 @@
  *
  * You should have received a copy of the GNU General Public
  * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 021110-1307, USA.
+ * Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA
  *
  * To Do:
  *  + Proper support for internationalization
@@ -225,7 +225,7 @@ void mount_error(const char *spec, const char *mount_point, int error)
        case ENOENT:
                if (spec)
                        nfs_error(_("%s: mounting %s failed, "
-                               "reason given by server:\n  %s"),
+                               "reason given by server: %s"),
                                progname, spec, strerror(error));
                else
                        nfs_error(_("%s: mount point %s does not exist"),