remove stray debugging message
authorChristos Zoulas <christos@zoulas.com>
Thu, 15 Dec 2011 21:41:33 +0000 (16:41 -0500)
committerChristos Zoulas <christos@zoulas.com>
Thu, 15 Dec 2011 21:41:33 +0000 (16:41 -0500)
amd/ops_lustre.c

index 30afe40984b4a39de5ed95609e8cabd9ec39d600..07f117a593974c436b160adced93c3d3737ae307 100644 (file)
@@ -107,7 +107,6 @@ lustre_match(am_opts *fo)
     /*
      * Convert symbolic addresses to numbers that the kernel likes
      */
-plog(XLOG_ERROR, "looking for %s\n", ptr);
     if (inet_aton(ptr, &addr) == 0) {
       struct hostent *hp;
       if ((hp = gethostbyname(ptr)) == NULL) {