Add UST_DEBUG env. var. support
[lttng-ust.git] / libust / buffers.c
index 0e198da1bc21e3a023e63c10156bc38f3c463fd3..c4eddb068cdb72d0ba4855b1eafcbd350c91913b 100644 (file)
@@ -7,8 +7,8 @@
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * License as published by the Free Software Foundation; version 2.1 of
+ * the License.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -1056,6 +1056,7 @@ static char initialized = 0;
 
 void __attribute__((constructor)) init_ustrelay_transport(void)
 {
+       init_usterr();
        if(!initialized) {
                ltt_transport_register(&ust_relay_transport);
                initialized = 1;
This page took 0.023918 seconds and 4 git commands to generate.