aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 758a5133d..3cff9f482 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -884,7 +884,7 @@ GNUNET_error_type_to_string (enum GNUNET_ErrorType kind);
884 if (! (cond)) \ 884 if (! (cond)) \
885 { \ 885 { \
886 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, \ 886 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, \
887 _ ("Assertion failed at %s:%d. Aborting.\n"), \ 887 dgettext ("gnunet", "Assertion failed at %s:%d. Aborting.\n"), \
888 __FILE__, \ 888 __FILE__, \
889 __LINE__); \ 889 __LINE__); \
890 GNUNET_abort_ (); \ 890 GNUNET_abort_ (); \
@@ -899,7 +899,7 @@ GNUNET_error_type_to_string (enum GNUNET_ErrorType kind);
899 if (! (cond)) \ 899 if (! (cond)) \
900 { \ 900 { \
901 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, \ 901 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, \
902 _ ("Assertion failed at %s:%d. Aborting.\n"), \ 902 dgettext ("gnunet", "Assertion failed at %s:%d. Aborting.\n"), \
903 __FILE__, \ 903 __FILE__, \
904 __LINE__); \ 904 __LINE__); \
905 GNUNET_abort_ (); \ 905 GNUNET_abort_ (); \
@@ -917,7 +917,7 @@ GNUNET_error_type_to_string (enum GNUNET_ErrorType kind);
917 if (! (cond)) \ 917 if (! (cond)) \
918 { \ 918 { \
919 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, \ 919 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, \
920 _ ("Assertion failed at %s:%d. Aborting.\n"), \ 920 dgettext ("gnunet", "Assertion failed at %s:%d. Aborting.\n"), \
921 f, \ 921 f, \
922 l); \ 922 l); \
923 GNUNET_abort_ (); \ 923 GNUNET_abort_ (); \
@@ -939,7 +939,7 @@ GNUNET_error_type_to_string (enum GNUNET_ErrorType kind);
939 { \ 939 { \
940 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, \ 940 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, \
941 comp, \ 941 comp, \
942 _ ("Assertion failed at %s:%d. Aborting.\n"), \ 942 dgettext ("gnunet", "Assertion failed at %s:%d. Aborting.\n"), \
943 __FILE__, \ 943 __FILE__, \
944 __LINE__); \ 944 __LINE__); \
945 GNUNET_abort_ (); \ 945 GNUNET_abort_ (); \