mirror of
				https://github.com/appleboy/drone-ssh.git
				synced 2025-10-29 00:51:15 +08:00 
			
		
		
		
	remove timestamp in log
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
		
							parent
							
								
									2d568d1fde
								
							
						
					
					
						commit
						3fffe80a14
					
				| @ -40,7 +40,7 @@ type ( | |||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| func (p Plugin) log(host string, message ...interface{}) { | func (p Plugin) log(host string, message ...interface{}) { | ||||||
| 	log.Printf("%s: %s", host, fmt.Sprintln(message...)) | 	fmt.Printf("%s: %s", host, fmt.Sprintln(message...)) | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // Exec executes the plugin.
 | // Exec executes the plugin.
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Bo-Yi Wu
						Bo-Yi Wu