summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d57ef4)
raw | patch | inline | side by side (parent: 6d57ef4)
author | Florian Forster <ff@octo.it> | |
Wed, 7 Jul 2010 14:52:53 +0000 (16:52 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 7 Jul 2010 14:52:53 +0000 (16:52 +0200) |
src/action_show_instance.c | patch | blob | history |
index 86a565496c627344c85db68e614bf5eec3b29396..83c4d808e0139a087586d9292b115c902856f5f6 100644 (file)
show_graph_data_t *data = user_data;
int status;
- fprintf (stderr, "show_instance: Calling inst_get_all_selected()\n");
status = inst_get_all_selected (data->cfg,
/* callback = */ show_instance_cb, /* user data = */ data);
if (status != 0)