Fix warning about format string misuse
This commit is contained in:
		
							parent
							
								
									399489567c
								
							
						
					
					
						commit
						f976c2d44c
					
				| @ -454,7 +454,7 @@ void notification_init(struct notification *n) | |||||||
| 
 | 
 | ||||||
|         if (g_str_has_prefix(n->summary, "DUNST_COMMAND_")) { |         if (g_str_has_prefix(n->summary, "DUNST_COMMAND_")) { | ||||||
|                 char *msg = "DUNST_COMMAND_* has been removed, please switch to dunstctl. See #830 for more details. https://github.com/dunst-project/dunst/pull/830"; |                 char *msg = "DUNST_COMMAND_* has been removed, please switch to dunstctl. See #830 for more details. https://github.com/dunst-project/dunst/pull/830"; | ||||||
|                 LOG_W(msg); |                 LOG_W("%s", msg); | ||||||
|                 n->body = string_append(n->body, msg, "\n"); |                 n->body = string_append(n->body, msg, "\n"); | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikos Tsipinakis
						Nikos Tsipinakis