test-journal-match.c | test-journal-match.c | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
WITHOUT ANY WARRANTY; without even the implied warranty of | WITHOUT ANY WARRANTY; without even the implied warranty of | |||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
Lesser General Public License for more details. | Lesser General Public License for more details. | |||
You should have received a copy of the GNU Lesser General Public License | You should have received a copy of the GNU Lesser General Public License | |||
along with systemd; If not, see <http://www.gnu.org/licenses/>. | along with systemd; If not, see <http://www.gnu.org/licenses/>. | |||
***/ | ***/ | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <systemd/sd-journal.h> | #include "systemd/sd-journal.h" | |||
#include "journal-internal.h" | #include "journal-internal.h" | |||
#include "util.h" | #include "util.h" | |||
#include "log.h" | #include "log.h" | |||
int main(int argc, char *argv[]) { | int main(int argc, char *argv[]) { | |||
_cleanup_journal_close_ sd_journal*j; | _cleanup_journal_close_ sd_journal*j; | |||
_cleanup_free_ char *t; | _cleanup_free_ char *t; | |||
log_set_max_level(LOG_DEBUG); | log_set_max_level(LOG_DEBUG); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |