1
0
Fork 0

fix wrong coding

This commit is contained in:
Sangbum Kim 2017-09-05 22:36:18 +09:00
parent 1f41c24001
commit b3197b61e9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: surefire@cryptomile.net
pkgname=cpu_ctrl
pkgver=0+be2e961+
pkgver=0+1f41c24+
pkgrel=1
pkgdesc="ipmi cpu fan control with core sensor"
arch=('i686' 'x86_64')

View File

@ -202,7 +202,7 @@ func main() {
return
case err:= <-errorChan:
canceled()
fmt.Printf("error! %s", error.Error())
fmt.Printf("error! %s", err.Error())
case sysSignal := <-exitSignal:
canceled()
fmt.Printf("SYSCALL! %s", sysSignal.String())