]> andersk Git - moira.git/blobdiff - clients/moira/cluster.c
Fixes moira[1791], where extended output from a get_host query would
[moira.git] / clients / moira / cluster.c
index c8cb8f196678efb9ab6c1b0bee0d9e0a0e683a3d..627ba4a6ad844a34c1cd577ed4ee8dc3156723a4 100644 (file)
@@ -230,9 +230,11 @@ static char *PrintMachInfo(char **info)
   sprintf(buf, "OS:       %-16s    Billing Contact: %s", info[M_OS],
          info[M_BILL_CONTACT]);
   Put_message(buf);
-  sprintf(buf, "\nOpt: %s", info[M_USE]);
+  Put_message("");
+  sprintf(buf, "Opt: %s", info[M_USE]);
   Put_message(buf);
-  sprintf(buf, "\nAdm cmt: %s", info[M_ACOMMENT]);
+  Put_message("");
+  sprintf(buf, "Adm cmt: %s", info[M_ACOMMENT]);
   Put_message(buf);
   sprintf(buf, "Op cmt:  %s", info[M_OCOMMENT]);
   Put_message(buf);
This page took 0.067301 seconds and 4 git commands to generate.