chainntnfs: switch debug tag to dev

This avoids collisions with the logging level tags
This commit is contained in:
Conner Fromknecht 2018-09-20 03:21:32 -07:00
parent a3edcf9cd5
commit 3403794e81
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
// +build debug
// +build dev
package bitcoindnotify

View File

@ -1,4 +1,4 @@
// +build debug
// +build dev
package bitcoindnotify

View File

@ -1,4 +1,4 @@
// +build debug
// +build dev
package btcdnotify

View File

@ -1,4 +1,4 @@
// +build debug
// +build dev
package btcdnotify

View File

@ -1,4 +1,4 @@
// +build debug
// +build dev
package chainntnfs

View File

@ -1,4 +1,4 @@
// +build debug
// +build dev
package chainntnfs_test

View File

@ -1,4 +1,4 @@
// +build debug
// +build dev
package neutrinonotify

View File

@ -1,4 +1,4 @@
// +build debug
// +build dev
package chainntnfs