1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00

Change screenshot warning to printf.

This commit is contained in:
Dave Davenport 2017-04-18 19:32:01 +02:00
parent 4157b5d825
commit 854304ca2f

View file

@ -210,7 +210,7 @@ static void menu_capture_screenshot ( void )
else {
fpath = g_strdup ( outp );
}
g_warning ( color_green "Storing screenshot %s\n"color_reset, fpath );
fprintf ( stderr, color_green "Storing screenshot %s\n"color_reset, fpath );
cairo_status_t status = cairo_surface_write_to_png ( CacheState.edit_surf, fpath );
if ( status != CAIRO_STATUS_SUCCESS ) {
g_warning ( "Failed to produce screenshot '%s', got error: '%s'", fpath,