improve log
This commit is contained in:
		
							
								
								
									
										2
									
								
								pool.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pool.js
									
									
									
									
									
								
							| @@ -116,7 +116,7 @@ function do_call(calls) { | |||||||
|  |  | ||||||
| function update_pump(temp, max, time) { | function update_pump(temp, max, time) { | ||||||
|   status.tick_pump++; |   status.tick_pump++; | ||||||
|   print("[POOL] update_pump", status.tick_pump, temp, max, time); |   print("[POOL] update_pump", status.tick_pump, "- temp:", temp, "max:", max, "time:", time); | ||||||
|  |  | ||||||
|   let duration = compute_duration_filt(max); |   let duration = compute_duration_filt(max); | ||||||
|   let schedule = compute_schedule_filt(duration); |   let schedule = compute_schedule_filt(duration); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user