]> sourceware.org Git - lvm2.git/blob - po/pogen.h
Refer to details of snapshot of raid problem.
[lvm2.git] / po / pogen.h
1 /*
2 * Copyright (C) 2004 Red Hat, Inc. All rights reserved.
3 *
4 * This file is part of LVM2.
5 *
6 * This copyrighted material is made available to anyone wishing to use,
7 * modify, copy, or redistribute it subject to the terms and conditions
8 * of the GNU General Public License v.2.
9 *
10 * You should have received a copy of the GNU General Public License
11 * along with this program; if not, write to the Free Software Foundation,
12 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13 */
14
15 /*
16 * Macros to change log messages into a format that xgettext can handle.
17 *
18 * Note that different PRI* definitions lead to different strings for
19 * different architectures.
20 */
21
22 #define print_log(level, dm_errno, file, line, format, args...) print_log(format, args)
23 #define dm_log(level, file, line, format, args...) dm_log(format, args)
24 #define dm_log_with_errno(level, dm_errno, file, line, format, args...) \
25 dm_log(level, file, line, format, args)
26
This page took 0.032896 seconds and 5 git commands to generate.