wip-flag-migration #28
@ -6,6 +6,7 @@ import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"io"
|
||||
"log"
|
||||
"os"
|
||||
"path"
|
||||
"strconv"
|
||||
@ -71,6 +72,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Register the flag
|
||||
|
||||
log.Printf("Registering flagName:%s; flagValue:%v", flagName, flagValue)
|
||||
state.FlagDebugger.Register(uint32(flagValue), flagName)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user
A logline to show debug the flag loaded would be nice