Switch to unified view

a/src/index/recollindex.cpp b/src/index/recollindex.cpp
...
...
165
};
165
};
166
static MyUpdater *updater;
166
static MyUpdater *updater;
167
167
168
static void sigcleanup(int sig)
168
static void sigcleanup(int sig)
169
{
169
{
170
    fprintf(stderr, "Got signal, registering stop request\n");
170
    cerr << "Recollindex: got signal " << sig << ", registering stop request\n";
171
    LOGDEB("Got signal, registering stop request\n");
171
    LOGDEB("Got signal " << sig << ", registering stop request\n");
172
    CancelCheck::instance().setCancel();
172
    CancelCheck::instance().setCancel();
173
    stopindexing = 1;
173
    stopindexing = 1;
174
}
174
}
175
175
176
static void makeIndexerOrExit(RclConfig *config, bool inPlaceReset)
176
static void makeIndexerOrExit(RclConfig *config, bool inPlaceReset)