git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d477bed
)
typo + wrong format type
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Thu, 17 May 2007 17:40:21 +0000
(17:40 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Thu, 17 May 2007 17:40:21 +0000
(17:40 +0000)
org.glite.lb.server/src/process_event_pbs.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/process_event_pbs.c
b/org.glite.lb.server/src/process_event_pbs.c
index
903ca43
..
64c69d7
100644
(file)
--- a/
org.glite.lb.server/src/process_event_pbs.c
+++ b/
org.glite.lb.server/src/process_event_pbs.c
@@
-102,7
+102,7
@@
int processEvent_PBS(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict, c
rep(js->pub.pbs_state, "R");
break;
default:
- assert(0); // running event from stran
d
e source
+ assert(0); // running event from stran
g
e source
break;
}
}
@@
-165,7
+165,7
@@
int processEvent_PBS(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict, c
if (USABLE_DATA(res)) {
char *new_resource_usage;
- asprintf(&new_resource_usage,"%s%s\t%s = %
d
[%s]",
+ asprintf(&new_resource_usage,"%s%s\t%s = %
f
[%s]",
(js->pub.pbs_resource_usage) ? js->pub.pbs_resource_usage : "",
(js->pub.pbs_resource_usage) ? "\n": "",
e->PBSResourceUsage.name,