stderr for the run cmd so we can debug and stuff...

SVN revision: 79529
This commit is contained in:
Carsten Haitzler 2012-11-22 01:27:03 +00:00
parent 8314c3b95c
commit 6c466cd6f3
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ e_xkb_update(int cur_group)
}
}
}
INF("SET XKB RUN: %s", eina_strbuf_string_get(buf));
fprintf(stderr, "SET XKB RUN: %s\n", eina_strbuf_string_get(buf));
ecore_exe_run(eina_strbuf_string_get(buf), NULL);
eina_strbuf_free(buf);
}