projects
/
am-utils-6.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b790ac9
)
remove stray debugging message
author
Christos Zoulas
<christos@zoulas.com>
Thu, 15 Dec 2011 21:41:33 +0000
(16:41 -0500)
committer
Christos Zoulas
<christos@zoulas.com>
Thu, 15 Dec 2011 21:41:33 +0000
(16:41 -0500)
amd/ops_lustre.c
patch
|
blob
|
history
diff --git
a/amd/ops_lustre.c
b/amd/ops_lustre.c
index 30afe40984b4a39de5ed95609e8cabd9ec39d600..07f117a593974c436b160adced93c3d3737ae307 100644
(file)
--- a/
amd/ops_lustre.c
+++ b/
amd/ops_lustre.c
@@
-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) {