From: adilger Date: Mon, 24 Nov 2008 21:29:09 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_120~86 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=170fc89c40f5eed85fd4366a8d2c3fd65ed5574e;p=fs%2Flustre-release.git Branch HEAD Fix broken whitespace in error message. --- diff --git a/lustre/ptlrpc/import.c b/lustre/ptlrpc/import.c index 80e0aaf..38cd423 100644 --- a/lustre/ptlrpc/import.c +++ b/lustre/ptlrpc/import.c @@ -151,12 +151,11 @@ int ptlrpc_set_import_discon(struct obd_import *imp, __u32 conn_cnt) libcfs_nid2str(imp->imp_connection->c_peer.nid)); } else { LCONSOLE_ERROR_MSG(0x166, "%s: Connection to service " - "%.*s via nid %s was lost; in progress" - "operations using this service will" - "fail.\n", - imp->imp_obd->obd_name, - target_len, target_start, - libcfs_nid2str(imp->imp_connection->c_peer.nid)); + "%.*s via nid %s was lost; in progress " + "operations using this service will fail.\n", + imp->imp_obd->obd_name, + target_len, target_start, + libcfs_nid2str(imp->imp_connection->c_peer.nid)); } ptlrpc_deactivate_timeouts(imp); IMPORT_SET_STATE_NOLOCK(imp, LUSTRE_IMP_DISCON);