Projet

Général

Profil

Révision 4a9b0e47

ID4a9b0e47968c7572252fd42cfbbe7cd5750e642e
Parent 339bfec6
Enfant b0e8dcea

Ajouté par Steve Schnepp il y a plus de 10 ans

multicpu1sec-c: remove debugging statements

Voir les différences:

plugins/system/multicpu1sec/multicpu1sec-c.c
81 81
}
82 82

  
83 83
int acquire() {
84
	printf("acquire()\n");
85 84

  
86 85
	/* write the pid */
87 86
	FILE* pid_file = fopen(pid_filename, "w");
......
128 127
}
129 128

  
130 129
int fetch() {
131
	printf("fetch()\n");
132 130
	FILE* cache_file = fopen(cache_filename, "r+");
133 131

  
134 132
	/* lock */

Formats disponibles : Unified diff