[beautify] add more debbuging info

This commit is contained in:
Julian Sparber
2017-09-03 19:09:35 +02:00
parent 5d112196d3
commit 95fc62235f

View File

@@ -98,6 +98,7 @@ get (char *url, const gchar *output_file_path)
int do_client_notify (char * url) int do_client_notify (char * url)
{ {
get (g_strdup(url), NULL); get (g_strdup(url), NULL);
g_print("Offering selected file to other machine.\n");
return 0; return 0;
} }