build: status. MOre verbose notfication title.

Add status to the title of the notification also.
This commit is contained in:
Al Poole 2017-09-08 11:04:45 +01:00
parent b19befd089
commit 84a515ce87
1 changed files with 1 additions and 1 deletions

View File

@ -714,7 +714,7 @@ _edi_build_display_status_cb(int status, void *data)
else
eina_strbuf_append_printf(message, "%s of project <b>%s</b> in %s was successful.\n", name, edi_project_name_get(), edi_project_get());
eina_strbuf_append_printf(title, "EDI :: %s Status", name);
eina_strbuf_append_printf(title, "EDI :: %s Status (%s)", name, status ? "Failure" : "Success");
edi_screens_desktop_notify(eina_strbuf_string_get(title), eina_strbuf_string_get(message));