Remove superflous output of endline
This commit is contained in:
		
							parent
							
								
									375dc63db3
								
							
						
					
					
						commit
						088393ca12
					
				| @ -87,7 +87,7 @@ OSRM::~OSRM() { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void OSRM::RegisterPlugin(BasePlugin * plugin) { | void OSRM::RegisterPlugin(BasePlugin * plugin) { | ||||||
|     SimpleLogger().Write() << "[plugin] " << plugin->GetDescriptor() << std::endl; |     SimpleLogger().Write()  << "loaded plugin: " << plugin->GetDescriptor(); | ||||||
|     pluginMap[plugin->GetDescriptor()] = plugin; |     pluginMap[plugin->GetDescriptor()] = plugin; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user