Update FSF address
[lttv.git] / lttv / lttv / main.c
index d3b69fb649eabb50351a3ddaa7556293b296a290..3d4b5973ac88ee001f14753182a1427a2f736402 100644 (file)
@@ -12,8 +12,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
- * MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA 02110-1301, USA.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -27,7 +27,7 @@
 #include <lttv/attribute.h>
 #include <lttv/option.h>
 #include <lttv/traceset.h>
-#include <ltt/trace.h>
+#include <lttv/trace.h>
 #include <stdio.h>
 #include <string.h>
 
@@ -278,7 +278,10 @@ void lttv_debug(void *hook_data)
 
 void lttv_event_debug(void *hook_data)
 {
+       #warning lttv_event_debug does nothing
+#ifdef BABEL_CLEANUP
        ltt_event_debug(1);
+#endif
        g_info("Output event detailed debug");
 }
 
This page took 0.022672 seconds and 4 git commands to generate.