Changeset 2d39e5eab08a3207fb7ed74d55c179fb23a289f1

Show
Ignore:
Timestamp:
08/29/10 23:00:14 (3 years ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
6a2a94b996acd7dfa046ccd52e8c325c2d267df7
Parents:
78f505a2f264d93b07df8e3f22d19f3915ac5d4e
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2010-08-29T23:00:14Z+0300
Message:

daemon: notify user on studio xml parse failure

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • daemon/cmd_load_studio.c

    rb396329 r2d39e5e  
    915915      log_error("XML_ParseBuffer() failed."); 
    916916    } 
    917     else 
    918     { 
    919       ladish_notify_simple(LADISH_NOTIFY_URGENCY_HIGH, "Studio load failed", "Please inspect the ladishd log (~/.ladish/ladish.log) for more info"); 
    920     } 
     917 
     918    ladish_notify_simple(LADISH_NOTIFY_URGENCY_HIGH, "Studio load failed", "Please inspect the ladishd log (~/.ladish/ladish.log) for more info"); 
    921919    ladish_studio_clear(); 
    922920    XML_ParserFree(parser); 
     
    935933  } 
    936934 
    937   ladish_interlink_clients(ladish_studio_get_studio_graph()); 
     935  ladish_interlink_clients(ladish_studio_get_studio_graph(), ladish_studio_get_studio_app_supervisor()); 
    938936 
    939937  g_studio.persisted = true;