Squash a couple of warnings
This commit is contained in:
		
							parent
							
								
									7081ecb918
								
							
						
					
					
						commit
						6bdc227900
					
				|  | @ -63,11 +63,11 @@ start() -> | |||
|         _  -> Res | ||||
|     end. | ||||
| 
 | ||||
| join_peers(NodeId, []) -> | ||||
| join_peers(_NodeId, []) -> | ||||
|     ok; | ||||
| join_peers(NodeId, Nodes) -> | ||||
|     join_peers(NodeId, Nodes, 100). | ||||
| join_peers(NodeId, [], _RetriesLeft) -> | ||||
| join_peers(_NodeId, [], _RetriesLeft) -> | ||||
|     ok; | ||||
| join_peers(_NodeId, _Nodes, RetriesLeft) when RetriesLeft =:= 0 -> | ||||
|     rabbit_log:error("MQTT: exhausted all attempts while trying to rejoin cluster peers"); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue