Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8067591

Browse files
author
Federico Fissore
committed
Timestamp needs to be converted to string, otherwise go clutters the output
Signed-off-by: Federico Fissore <f.fissore@arduino.cc>
1 parent5da1da3 commit8067591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/arduino.cc/builder/builder.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ func printProgressIfProgressEnabledAndMachineLogger(progressEnabled bool, contex
208208

209209
funcPrintRingNameIfDebug(contextmap[string]interface{},command types.Command) {
210210
ifutils.DebugLevel(context)>=10 {
211-
utils.Logger(context).Fprintln(os.Stderr,constants.MSG_RUNNING_COMMAND,time.Now().Unix(),reflect.Indirect(reflect.ValueOf(command)).Type().Name())
211+
utils.Logger(context).Fprintln(os.Stderr,constants.MSG_RUNNING_COMMAND,strconv.FormatInt(time.Now().Unix(),10),reflect.Indirect(reflect.ValueOf(command)).Type().Name())
212212
}
213213
}
214214

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp