wip-flag-migration #28
@ -6,6 +6,7 @@ import (
|
|||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"path"
|
"path"
|
||||||
"strconv"
|
"strconv"
|
||||||
@ -71,6 +72,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Register the flag
|
// Register the flag
|
||||||
|
|||||||
|
log.Printf("Registering flagName:%s; flagValue:%v", flagName, flagValue)
|
||||||
state.FlagDebugger.Register(uint32(flagValue), flagName)
|
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